Html Css Color HEX #3CB0AD Light Sea Green

📋 copy color: '#3CB0AD'

red 60 ◦ green 176 ◦ blue 173

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

Shades of Light Sea Green #3CB0AD

Tints of Light Sea Green #3CB0AD

RGB

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

 GREEN value IS 176 (69.14% from 255) = 43.03%

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

R = 14.67%
G = 43.03%
B = 42.3%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#3CB0AD (or 0x3CB0AD) is known color: Light Sea Green. HEX triplet: 3C, B0 and AD. RGB value is (60,176,173). Sum of RGB (Red+Green+Blue) = 60+176+173=409 (54% of max value = 765). Red value is 60 (23.83% from 255 or 14.67% from 409); Green value is 176 (69.14% from 255 or 43.03% from 409); Blue value is 173 (67.97% from 255 or 42.30% from 409); Max value from RGB is 176 - color contains mainly: green. Hex color #3CB0AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CB0AD is #C34F52. Grayscale: #8C8C8C. Windows color (decimal): -12799827 or 11382844. OLE color: 11382844.

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

Color convert

RGB 60 176 173 -
CMYK 0.66 0 0.02 0.31
HSL 178.45º 0.49% 0.46% -
HSV(B) 178.45º 0.66% 0.69% -
XYZ 24.93 35.03 44.98 -
YUV 140.97 146.07 70.24 -
System Red Green Blue C M Y K H S L
Decimal 60 176 173 0.66 0 0.02 0.31 178.45 0.49 0.46
Hex 3C B0 AD 42 0 2 1F B2 31 2E
Octal 74 260 255 102 0 2 37 262 61 56
Binary 111100 10110000 10101101 1000010 0 10 11111 10110010 110001 101110

Color Harmonies of #3CB0AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CB0AD

Black with #3CB0AD

Text Example


Text Example

White with #3CB0AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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