#1CBABB

Color #1CBABB Light Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sea Green #1CBABB

Tints of Light Sea Green #1CBABB

Color information

#1CBABB (or 0x1CBABB) is unknown color: approx Light Sea Green. HEX triplet: 1C, BA and BB. RGB value is (28,186,187). Sum of RGB (Red+Green+Blue) = 28+186+187=401 (53% of max value = 765). Red value is 28 (11.33% from 255 or 6.98% from 401); Green value is 186 (73.05% from 255 or 46.38% from 401); Blue value is 187 (73.44% from 255 or 46.63% from 401); Max value from RGB is 187 - color contains mainly: blue. Hex color #1CBABB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CBABB is #E34544. Grayscale: #8A8A8A. Windows color (decimal): -14894405 or 12302876. OLE color: 12302876.

HSL color Cylindrical-coordinate representation of color #1CBABB: hue angle of 180.38º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CBABB is Cyan = 0.85, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB28186187-
CMYK0.850.0100.27
HSL180.38º73.95%42.16%-
HSV(B)180.38º85.03%73.33%-
XYZ27.0138.9553.11-
YUV138.87155.1548.92-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 28 (11.33% from 255) = 6.98%
GREEN value IS 186 (73.05% from 255) = 46.38%
BLUE value IS 187 (73.44% from 255) = 46.63%
R=6.98%
G=46.38%
B=46.63%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal281861870.850.0100.27180.3873.9542.16
Hex1CBABB55101Bb44a2a
Octal34272273125103326411252
Binary11100101110101011101110101011011011101101001001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CBABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1CBABB; }

 p { color: rgb(28,186,187); }

 H1.HeaderClassName
 {
   color: #1CBABB;
 }
 .AnyTagClassName
 {
   color: #1CBABB;
 }
</style>
background-color css

<style>
 a { background-color: #1CBABB; }

 a { background-color: rgb(28,186,187); }

 div.DivClassName
 {
   background-color: #1CBABB;
 }
 .BgClassName
 {
   background-color: #1CBABB;
 }
</style>
border-color css

<style>
 span { border-color: #1CBABB; }

 span { border-color: rgb(28,186,187); }

 td.TdClassName
 {
   border-color: #1CBABB;
 }
 .TagClassName
 {
   border-color: #1CBABB;
 }
</style>