#1CB7BE

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

Shades of Light Sea Green #1CB7BE

Tints of Light Sea Green #1CB7BE

Color information

#1CB7BE (or 0x1CB7BE) is unknown color: approx Light Sea Green. HEX triplet: 1C, B7 and BE. RGB value is (28,183,190). Sum of RGB (Red+Green+Blue) = 28+183+190=401 (53% of max value = 765). Red value is 28 (11.33% from 255 or 6.98% from 401); Green value is 183 (71.88% from 255 or 45.64% from 401); Blue value is 190 (74.61% from 255 or 47.38% from 401); Max value from RGB is 190 - color contains mainly: blue. Hex color #1CB7BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CB7BE is #E34841. Grayscale: #898989. Windows color (decimal): -14895170 or 12498716. OLE color: 12498716.

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

Color convert

RGB28183190-
CMYK0.850.0400.25
HSL182.59º74.31%42.75%-
HSV(B)182.59º85.26%74.51%-
XYZ26.7137.8354.61-
YUV137.45157.6549.93-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 6.98%
GREEN value IS 183 (71.88% from 255) = 45.64%
BLUE value IS 190 (74.61% from 255) = 47.38%
R=6.98%
G=45.64%
B=47.38%

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
Decimal281831900.850.0400.25182.5974.3142.75
Hex1CB7BE554019b74a2b
Octal34267276125403126711253
Binary1110010110111101111101010101100011001101101111001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CB7BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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