Html Css Color HEX #1CACA0 Light Sea Green

📋 copy color: '#1CACA0'

red 28 ◦ green 172 ◦ blue 160

#1CACA0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Sea Green #1CACA0

Tints of Light Sea Green #1CACA0

RGB

 RED value IS 28 (11.33% from 255) = 7.78%

 GREEN value IS 172 (67.58% from 255) = 47.78%

 BLUE value IS 160 (62.89% from 255) = 44.44%

R = 7.78%
G = 47.78%
B = 44.44%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#1CACA0 (or 0x1CACA0) is known color: Light Sea Green. HEX triplet: 1C, AC and A0. RGB value is (28,172,160). Sum of RGB (Red+Green+Blue) = 28+172+160=360 (47% of max value = 765). Red value is 28 (11.33% from 255 or 7.78% from 360); Green value is 172 (67.58% from 255 or 47.78% from 360); Blue value is 160 (62.89% from 255 or 44.44% from 360); Max value from RGB is 172 - color contains mainly: green. Hex color #1CACA0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1CACA0 is #E3535F. Grayscale: #7F7F7F. Windows color (decimal): -14898016 or 10529820. OLE color: 10529820.

HSL color Cylindrical-coordinate representation of color #1CACA0: hue angle of 175º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1CACA0 is Cyan = 0.84, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.33.

Color convert

RGB 28 172 160 -
CMYK 0.84 0 0.07 0.33
HSL 175º 0.72% 0.39% -
HSV(B) 175º 0.84% 0.67% -
XYZ 21.58 32.29 38.35 -
YUV 127.58 146.29 56.98 -
System Red Green Blue C M Y K H S L
Decimal 28 172 160 0.84 0 0.07 0.33 175 0.72 0.39
Hex 1C AC A0 54 0 7 21 AF 48 27
Octal 34 254 240 124 0 7 41 257 110 47
Binary 11100 10101100 10100000 1010100 0 111 100001 10101111 1001000 100111

Color Harmonies of #1CACA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CACA0

Black with #1CACA0

Text Example


Text Example

White with #1CACA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1CACA0;
 }
 .AnyTagClassName
 {
   color: #1CACA0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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