Html Css Color HEX #3CB3AA Light Sea Green

📋 copy color: '#3CB3AA'

red 60 ◦ green 179 ◦ blue 170

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

Shades of Light Sea Green #3CB3AA

Tints of Light Sea Green #3CB3AA

RGB

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

 GREEN value IS 179 (70.31% from 255) = 43.77%

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

R = 14.67%
G = 43.77%
B = 41.56%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.05

 K value IS 0.30

RGB Variations

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

Color information

#3CB3AA (or 0x3CB3AA) is known color: Light Sea Green. HEX triplet: 3C, B3 and AA. RGB value is (60,179,170). Sum of RGB (Red+Green+Blue) = 60+179+170=409 (54% of max value = 765). Red value is 60 (23.83% from 255 or 14.67% from 409); Green value is 179 (70.31% from 255 or 43.77% from 409); Blue value is 170 (66.80% from 255 or 41.56% from 409); Max value from RGB is 179 - color contains mainly: green. Hex color #3CB3AA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CB3AA is #C34C55. Grayscale: #8E8E8E. Windows color (decimal): -12799062 or 11187004. OLE color: 11187004.

HSL color Cylindrical-coordinate representation of color #3CB3AA: hue angle of 175.46º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3CB3AA is Cyan = 0.66, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.30.

Color convert

RGB 60 179 170 -
CMYK 0.66 0 0.05 0.30
HSL 175.46º 0.5% 0.47% -
HSV(B) 175.46º 0.66% 0.7% -
XYZ 25.24 36.1 43.67 -
YUV 142.39 143.58 69.23 -
System Red Green Blue C M Y K H S L
Decimal 60 179 170 0.66 0 0.05 0.30 175.46 0.5 0.47
Hex 3C B3 AA 42 0 5 1E AF 32 2F
Octal 74 263 252 102 0 5 36 257 62 57
Binary 111100 10110011 10101010 1000010 0 101 11110 10101111 110010 101111

Color Harmonies of #3CB3AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CB3AA

Black with #3CB3AA

Text Example


Text Example

White with #3CB3AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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