#1CB4BF

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

Shades of Light Sea Green #1CB4BF

Tints of Light Sea Green #1CB4BF

Color information

#1CB4BF (or 0x1CB4BF) is unknown color: approx Light Sea Green. HEX triplet: 1C, B4 and BF. RGB value is (28,180,191). Sum of RGB (Red+Green+Blue) = 28+180+191=399 (52% of max value = 765). Red value is 28 (11.33% from 255 or 7.02% from 399); Green value is 180 (70.70% from 255 or 45.11% from 399); Blue value is 191 (75% from 255 or 47.87% from 399); Max value from RGB is 191 - color contains mainly: blue. Hex color #1CB4BF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CB4BF is #E34B40. Grayscale: #878787. Windows color (decimal): -14895937 or 12563484. OLE color: 12563484.

HSL color Cylindrical-coordinate representation of color #1CB4BF: hue angle of 184.05º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CB4BF is Cyan = 0.85, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB28180191-
CMYK0.850.0600.25
HSL184.05º74.43%42.94%-
HSV(B)184.05º85.34%74.9%-
XYZ26.236.6554.98-
YUV135.81159.1451.11-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 7.02%
GREEN value IS 180 (70.70% from 255) = 45.11%
BLUE value IS 191 (75% from 255) = 47.87%
R=7.02%
G=45.11%
B=47.87%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal281801910.850.0600.25184.0574.4342.94
Hex1CB4BF556019b84a2b
Octal34264277125603127011253
Binary1110010110100101111111010101110011001101110001001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CB4BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,180,191); }

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

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

 a { background-color: rgb(28,180,191); }

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

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

 span { border-color: rgb(28,180,191); }

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