#1CB7B3

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

Shades of Light Sea Green #1CB7B3

Tints of Light Sea Green #1CB7B3

Color information

#1CB7B3 (or 0x1CB7B3) is unknown color: approx Light Sea Green. HEX triplet: 1C, B7 and B3. RGB value is (28,183,179). Sum of RGB (Red+Green+Blue) = 28+183+179=390 (51% of max value = 765). Red value is 28 (11.33% from 255 or 7.18% from 390); Green value is 183 (71.88% from 255 or 46.92% from 390); Blue value is 179 (70.31% from 255 or 45.90% from 390); Max value from RGB is 183 - color contains mainly: green. Hex color #1CB7B3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CB7B3 is #E3484C. Grayscale: #888888. Windows color (decimal): -14895181 or 11777820. OLE color: 11777820.

HSL color Cylindrical-coordinate representation of color #1CB7B3: hue angle of 178.45º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CB7B3 is Cyan = 0.85, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.28.

Color convert

RGB28183179-
CMYK0.8500.020.28
HSL178.45º73.46%41.37%-
HSV(B)178.45º84.7%71.76%-
XYZ25.5537.3748.51-
YUV136.2152.1550.83-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 7.18%
GREEN value IS 183 (71.88% from 255) = 46.92%
BLUE value IS 179 (70.31% from 255) = 45.90%
R=7.18%
G=46.92%
B=45.90%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal281831790.8500.020.28178.4573.4641.37
Hex1CB7B355021Cb24929
Octal34267263125023426211151
Binary111001011011110110011101010101011100101100101001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CB7B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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