#1cacb7

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

Shades of Light Sea Green #1CACB7

Tints of Light Sea Green #1CACB7

Color information

#1CACB7 (or 0x1CACB7) is unknown color: approx Light Sea Green. HEX triplet: 1C, AC and B7. RGB value is (28,172,183). Sum of RGB (Red+Green+Blue) = 28+172+183=383 (50% of max value = 765). Red value is 28 (11.33% from 255 or 7.31% from 383); Green value is 172 (67.58% from 255 or 44.91% from 383); Blue value is 183 (71.88% from 255 or 47.78% from 383); Max value from RGB is 183 - color contains mainly: blue. Hex color #1CACB7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1CACB7 is #E35348. Grayscale: #828282. Windows color (decimal): -14897993 or 12037148. OLE color: 12037148.

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

Color convert

RGB28172183-
CMYK0.850.0600.28
HSL184.26º73.46%41.37%-
HSV(B)184.26º84.7%71.76%-
XYZ23.7833.1749.95-
YUV130.2157.7955.11-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 7.31%
GREEN value IS 172 (67.58% from 255) = 44.91%
BLUE value IS 183 (71.88% from 255) = 47.78%
R=7.31%
G=44.91%
B=47.78%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal281721830.850.0600.28184.2673.4641.37
Hex1CACB755601Cb84929
Octal34254267125603427011151
Binary1110010101100101101111010101110011100101110001001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1cacb7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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