Html Css Color HEX #3CACAF Light Sea Green

📋 copy color: '#3CACAF'

red 60 ◦ green 172 ◦ blue 175

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

Shades of Light Sea Green #3CACAF

Tints of Light Sea Green #3CACAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 43%

R = 14.74%
G = 42.26%
B = 43%

CMYK

 C value IS 0.66

 M value IS 0.02

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3CACAF (or 0x3CACAF) is known color: Light Sea Green. HEX triplet: 3C, AC and AF. RGB value is (60,172,175). Sum of RGB (Red+Green+Blue) = 60+172+175=407 (53% of max value = 765). Red value is 60 (23.83% from 255 or 14.74% from 407); Green value is 172 (67.58% from 255 or 42.26% from 407); Blue value is 175 (68.75% from 255 or 43.00% from 407); Max value from RGB is 175 - color contains mainly: blue. Hex color #3CACAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CACAF is #C35350. Grayscale: #8A8A8A. Windows color (decimal): -12800849 or 11512892. OLE color: 11512892.

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

Color convert

RGB 60 172 175 -
CMYK 0.66 0.02 0 0.31
HSL 181.57º 0.49% 0.46% -
HSV(B) 181.57º 0.66% 0.69% -
XYZ 24.35 33.56 45.75 -
YUV 138.85 148.39 71.76 -
System Red Green Blue C M Y K H S L
Decimal 60 172 175 0.66 0.02 0 0.31 181.57 0.49 0.46
Hex 3C AC AF 42 2 0 1F B6 31 2E
Octal 74 254 257 102 2 0 37 266 61 56
Binary 111100 10101100 10101111 1000010 10 0 11111 10110110 110001 101110

Color Harmonies of #3CACAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CACAF

Black with #3CACAF

Text Example


Text Example

White with #3CACAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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