Html Css Color HEX #3CACA4 Light Sea Green

📋 copy color: '#3CACA4'

red 60 ◦ green 172 ◦ blue 164

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

Shades of Light Sea Green #3CACA4

Tints of Light Sea Green #3CACA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 41.41%

R = 15.15%
G = 43.43%
B = 41.41%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.05

 K value IS 0.33

RGB Variations

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

Color information

#3CACA4 (or 0x3CACA4) is known color: Light Sea Green. HEX triplet: 3C, AC and A4. RGB value is (60,172,164). Sum of RGB (Red+Green+Blue) = 60+172+164=396 (52% of max value = 765). Red value is 60 (23.83% from 255 or 15.15% from 396); Green value is 172 (67.58% from 255 or 43.43% from 396); Blue value is 164 (64.45% from 255 or 41.41% from 396); Max value from RGB is 172 - color contains mainly: green. Hex color #3CACA4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CACA4 is #C3535B. Grayscale: #898989. Windows color (decimal): -12800860 or 10791996. OLE color: 10791996.

HSL color Cylindrical-coordinate representation of color #3CACA4: hue angle of 175.71º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3CACA4 is Cyan = 0.65, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.

Color convert

RGB 60 172 164 -
CMYK 0.65 0 0.05 0.33
HSL 175.71º 0.48% 0.45% -
HSV(B) 175.71º 0.65% 0.67% -
XYZ 23.32 33.15 40.29 -
YUV 137.6 142.89 72.65 -
System Red Green Blue C M Y K H S L
Decimal 60 172 164 0.65 0 0.05 0.33 175.71 0.48 0.45
Hex 3C AC A4 41 0 5 21 B0 30 2D
Octal 74 254 244 101 0 5 41 260 60 55
Binary 111100 10101100 10100100 1000001 0 101 100001 10110000 110000 101101

Color Harmonies of #3CACA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CACA4

Black with #3CACA4

Text Example


Text Example

White with #3CACA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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