Html Css Color HEX #1CACAE Light Sea Green

📋 copy color: '#1CACAE'

red 28 ◦ green 172 ◦ blue 174

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

Shades of Light Sea Green #1CACAE

Tints of Light Sea Green #1CACAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 46.52%

R = 7.49%
G = 45.99%
B = 46.52%

CMYK

 C value IS 0.84

 M value IS 0.01

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1CACAE (or 0x1CACAE) is known color: Light Sea Green. HEX triplet: 1C, AC and AE. RGB value is (28,172,174). Sum of RGB (Red+Green+Blue) = 28+172+174=374 (49% of max value = 765). Red value is 28 (11.33% from 255 or 7.49% from 374); Green value is 172 (67.58% from 255 or 45.99% from 374); Blue value is 174 (68.36% from 255 or 46.52% from 374); Max value from RGB is 174 - color contains mainly: blue. Hex color #1CACAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1CACAE is #E35351. Grayscale: #818181. Windows color (decimal): -14898002 or 11447324. OLE color: 11447324.

HSL color Cylindrical-coordinate representation of color #1CACAE: hue angle of 180.82º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1CACAE is Cyan = 0.84, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 28 172 174 -
CMYK 0.84 0.01 0 0.32
HSL 180.82º 0.72% 0.4% -
HSV(B) 180.82º 0.84% 0.68% -
XYZ 22.87 32.81 45.17 -
YUV 129.17 153.29 55.84 -
System Red Green Blue C M Y K H S L
Decimal 28 172 174 0.84 0.01 0 0.32 180.82 0.72 0.4
Hex 1C AC AE 54 1 0 20 B5 48 28
Octal 34 254 256 124 1 0 40 265 110 50
Binary 11100 10101100 10101110 1010100 1 0 100000 10110101 1001000 101000

Color Harmonies of #1CACAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CACAE

Black with #1CACAE

Text Example


Text Example

White with #1CACAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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