#1CB1A7

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

Shades of Light Sea Green #1CB1A7

Tints of Light Sea Green #1CB1A7

Color information

#1CB1A7 (or 0x1CB1A7) is unknown color: approx Light Sea Green. HEX triplet: 1C, B1 and A7. RGB value is (28,177,167). Sum of RGB (Red+Green+Blue) = 28+177+167=372 (49% of max value = 765). Red value is 28 (11.33% from 255 or 7.53% from 372); Green value is 177 (69.53% from 255 or 47.58% from 372); Blue value is 167 (65.62% from 255 or 44.89% from 372); Max value from RGB is 177 - color contains mainly: green. Hex color #1CB1A7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1CB1A7 is #E34E58. Grayscale: #838383. Windows color (decimal): -14896729 or 10989852. OLE color: 10989852.

HSL color Cylindrical-coordinate representation of color #1CB1A7: hue angle of 175.97º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1CB1A7 is Cyan = 0.84, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.31.

Color convert

RGB28177167-
CMYK0.8400.060.31
HSL175.97º72.68%40.2%-
HSV(B)175.97º84.18%69.41%-
XYZ23.1834.4841.99-
YUV131.31148.1454.31-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 7.53%
GREEN value IS 177 (69.53% from 255) = 47.58%
BLUE value IS 167 (65.62% from 255) = 44.89%
R=7.53%
G=47.58%
B=44.89%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal281771670.8400.060.31175.9772.6840.2
Hex1CB1A754061Fb04928
Octal34261247124063726011150
Binary1110010110001101001111010100011011111101100001001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CB1A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,177,167); }

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

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

 a { background-color: rgb(28,177,167); }

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

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

 span { border-color: rgb(28,177,167); }

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