Html Css Color HEX #3CACAE Light Sea Green

📋 copy color: '#3CACAE'

red 60 ◦ green 172 ◦ blue 174

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

Shades of Light Sea Green #3CACAE

Tints of Light Sea Green #3CACAE

RGB

 RED value IS 60 (23.83% from 255) = 14.78%

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

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

R = 14.78%
G = 42.36%
B = 42.86%

CMYK

 C value IS 0.66

 M value IS 0.01

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3CACAE (or 0x3CACAE) is known color: Light Sea Green. HEX triplet: 3C, AC and AE. RGB value is (60,172,174). Sum of RGB (Red+Green+Blue) = 60+172+174=406 (53% of max value = 765). Red value is 60 (23.83% from 255 or 14.78% from 406); Green value is 172 (67.58% from 255 or 42.36% from 406); Blue value is 174 (68.36% from 255 or 42.86% from 406); Max value from RGB is 174 - color contains mainly: blue. Hex color #3CACAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CACAE is #C35351. Grayscale: #8A8A8A. Windows color (decimal): -12800850 or 11447356. OLE color: 11447356.

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

Color convert

RGB 60 172 174 -
CMYK 0.66 0.01 0 0.32
HSL 181.05º 0.49% 0.46% -
HSV(B) 181.05º 0.66% 0.68% -
XYZ 24.26 33.52 45.24 -
YUV 138.74 147.89 71.84 -
System Red Green Blue C M Y K H S L
Decimal 60 172 174 0.66 0.01 0 0.32 181.05 0.49 0.46
Hex 3C AC AE 42 1 0 20 B5 31 2E
Octal 74 254 256 102 1 0 40 265 61 56
Binary 111100 10101100 10101110 1000010 1 0 100000 10110101 110001 101110

Color Harmonies of #3CACAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CACAE

Black with #3CACAE

Text Example


Text Example

White with #3CACAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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