#1CB6BE

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

Shades of Light Sea Green #1CB6BE

Tints of Light Sea Green #1CB6BE

Color information

#1CB6BE (or 0x1CB6BE) is unknown color: approx Light Sea Green. HEX triplet: 1C, B6 and BE. RGB value is (28,182,190). Sum of RGB (Red+Green+Blue) = 28+182+190=400 (52% of max value = 765). Red value is 28 (11.33% from 255 or 7% from 400); Green value is 182 (71.48% from 255 or 45.5% from 400); Blue value is 190 (74.61% from 255 or 47.5% from 400); Max value from RGB is 190 - color contains mainly: blue. Hex color #1CB6BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CB6BE is #E34941. Grayscale: #888888. Windows color (decimal): -14895426 or 12498460. OLE color: 12498460.

HSL color Cylindrical-coordinate representation of color #1CB6BE: hue angle of 182.96º 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 #1CB6BE is Cyan = 0.85, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB28182190-
CMYK0.850.0400.25
HSL182.96º74.31%42.75%-
HSV(B)182.96º85.26%74.51%-
XYZ26.537.4254.54-
YUV136.87157.9850.35-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 7%
GREEN value IS 182 (71.48% from 255) = 45.5%
BLUE value IS 190 (74.61% from 255) = 47.5%
R=7%
G=45.5%
B=47.5%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal281821900.850.0400.25182.9674.3142.75
Hex1CB6BE554019b74a2b
Octal34266276125403126711253
Binary1110010110110101111101010101100011001101101111001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CB6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,182,190); }

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

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

 a { background-color: rgb(28,182,190); }

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

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

 span { border-color: rgb(28,182,190); }

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