#1CB2B4

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

Shades of Light Sea Green #1CB2B4

Tints of Light Sea Green #1CB2B4

Color information

#1CB2B4 (or 0x1CB2B4) is unknown color: approx Light Sea Green. HEX triplet: 1C, B2 and B4. RGB value is (28,178,180). Sum of RGB (Red+Green+Blue) = 28+178+180=386 (51% of max value = 765). Red value is 28 (11.33% from 255 or 7.25% from 386); Green value is 178 (69.92% from 255 or 46.11% from 386); Blue value is 180 (70.70% from 255 or 46.63% from 386); Max value from RGB is 180 - color contains mainly: blue. Hex color #1CB2B4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1CB2B4 is #E34D4B. Grayscale: #858585. Windows color (decimal): -14896460 or 11842076. OLE color: 11842076.

HSL color Cylindrical-coordinate representation of color #1CB2B4: hue angle of 180.79º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1CB2B4 is Cyan = 0.84, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB28178180-
CMYK0.840.0100.29
HSL180.79º73.08%40.78%-
HSV(B)180.79º84.44%70.59%-
XYZ24.6435.3848.71-
YUV133.38154.352.84-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 7.25%
GREEN value IS 178 (69.92% from 255) = 46.11%
BLUE value IS 180 (70.70% from 255) = 46.63%
R=7.25%
G=46.11%
B=46.63%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal281781800.840.0100.29180.7973.0840.78
Hex1CB2B454101Db54929
Octal34262264124103526511151
Binary11100101100101011010010101001011101101101011001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CB2B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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