Html Css Color HEX #3CACA6 Light Sea Green

📋 copy color: '#3CACA6'

red 60 ◦ green 172 ◦ blue 166

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

Shades of Light Sea Green #3CACA6

Tints of Light Sea Green #3CACA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 41.71%

R = 15.08%
G = 43.22%
B = 41.71%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.03

 K value IS 0.33

RGB Variations

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

Color information

#3CACA6 (or 0x3CACA6) is known color: Light Sea Green. HEX triplet: 3C, AC and A6. RGB value is (60,172,166). Sum of RGB (Red+Green+Blue) = 60+172+166=398 (52% of max value = 765). Red value is 60 (23.83% from 255 or 15.08% from 398); Green value is 172 (67.58% from 255 or 43.22% from 398); Blue value is 166 (65.23% from 255 or 41.71% from 398); Max value from RGB is 172 - color contains mainly: green. Hex color #3CACA6 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CACA6 is #C35359. Grayscale: #898989. Windows color (decimal): -12800858 or 10923068. OLE color: 10923068.

HSL color Cylindrical-coordinate representation of color #3CACA6: hue angle of 176.79º 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 #3CACA6 is Cyan = 0.65, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.33.

Color convert

RGB 60 172 166 -
CMYK 0.65 0 0.03 0.33
HSL 176.79º 0.48% 0.45% -
HSV(B) 176.79º 0.65% 0.67% -
XYZ 23.5 33.22 41.25 -
YUV 137.83 143.89 72.49 -
System Red Green Blue C M Y K H S L
Decimal 60 172 166 0.65 0 0.03 0.33 176.79 0.48 0.45
Hex 3C AC A6 41 0 3 21 B1 30 2D
Octal 74 254 246 101 0 3 41 261 60 55
Binary 111100 10101100 10100110 1000001 0 11 100001 10110001 110000 101101

Color Harmonies of #3CACA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CACA6

Black with #3CACA6

Text Example


Text Example

White with #3CACA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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