Html Css Color HEX #3CB2AD Light Sea Green

📋 copy color: '#3CB2AD'

red 60 ◦ green 178 ◦ blue 173

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

Shades of Light Sea Green #3CB2AD

Tints of Light Sea Green #3CB2AD

RGB

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

 GREEN value IS 178 (69.92% from 255) = 43.31%

 BLUE value IS 173 (67.97% from 255) = 42.09%

R = 14.6%
G = 43.31%
B = 42.09%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.03

 K value IS 0.30

RGB Variations

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

Color information

#3CB2AD (or 0x3CB2AD) is known color: Light Sea Green. HEX triplet: 3C, B2 and AD. RGB value is (60,178,173). Sum of RGB (Red+Green+Blue) = 60+178+173=411 (54% of max value = 765). Red value is 60 (23.83% from 255 or 14.60% from 411); Green value is 178 (69.92% from 255 or 43.31% from 411); Blue value is 173 (67.97% from 255 or 42.09% from 411); Max value from RGB is 178 - color contains mainly: green. Hex color #3CB2AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CB2AD is #C34D52. Grayscale: #8E8E8E. Windows color (decimal): -12799315 or 11383356. OLE color: 11383356.

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

Color convert

RGB 60 178 173 -
CMYK 0.66 0 0.03 0.30
HSL 177.46º 0.5% 0.47% -
HSV(B) 177.46º 0.66% 0.7% -
XYZ 25.33 35.82 45.11 -
YUV 142.15 145.41 69.41 -
System Red Green Blue C M Y K H S L
Decimal 60 178 173 0.66 0 0.03 0.30 177.46 0.5 0.47
Hex 3C B2 AD 42 0 3 1E B1 32 2F
Octal 74 262 255 102 0 3 36 261 62 57
Binary 111100 10110010 10101101 1000010 0 11 11110 10110001 110010 101111

Color Harmonies of #3CB2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CB2AD

Black with #3CB2AD

Text Example


Text Example

White with #3CB2AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,178,173); }

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

background-color css

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

 a { background-color: rgb(60,178,173); }

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

border-color css

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

 span { border-color: rgb(60,178,173); }

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