Html Css Color HEX #3CAFAA Light Sea Green

📋 copy color: '#3CAFAA'

red 60 ◦ green 175 ◦ blue 170

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

Shades of Light Sea Green #3CAFAA

Tints of Light Sea Green #3CAFAA

RGB

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

 GREEN value IS 175 (68.75% from 255) = 43.21%

 BLUE value IS 170 (66.8% from 255) = 41.98%

R = 14.81%
G = 43.21%
B = 41.98%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#3CAFAA (or 0x3CAFAA) is known color: Light Sea Green. HEX triplet: 3C, AF and AA. RGB value is (60,175,170). Sum of RGB (Red+Green+Blue) = 60+175+170=405 (53% of max value = 765). Red value is 60 (23.83% from 255 or 14.81% from 405); Green value is 175 (68.75% from 255 or 43.21% from 405); Blue value is 170 (66.80% from 255 or 41.98% from 405); Max value from RGB is 175 - color contains mainly: green. Hex color #3CAFAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CAFAA is #C35055. Grayscale: #8B8B8B. Windows color (decimal): -12800086 or 11185980. OLE color: 11185980.

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

Color convert

RGB 60 175 170 -
CMYK 0.66 0 0.03 0.31
HSL 177.39º 0.49% 0.46% -
HSV(B) 177.39º 0.66% 0.69% -
XYZ 24.45 34.52 43.41 -
YUV 140.05 144.9 70.91 -
System Red Green Blue C M Y K H S L
Decimal 60 175 170 0.66 0 0.03 0.31 177.39 0.49 0.46
Hex 3C AF AA 42 0 3 1F B1 31 2E
Octal 74 257 252 102 0 3 37 261 61 56
Binary 111100 10101111 10101010 1000010 0 11 11111 10110001 110001 101110

Color Harmonies of #3CAFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CAFAA

Black with #3CAFAA

Text Example


Text Example

White with #3CAFAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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