Html Css Color HEX #3CBCAE Light Sea Green

📋 copy color: '#3CBCAE'

red 60 ◦ green 188 ◦ blue 174

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

Shades of Light Sea Green #3CBCAE

Tints of Light Sea Green #3CBCAE

RGB

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

 GREEN value IS 188 (73.83% from 255) = 44.55%

 BLUE value IS 174 (68.36% from 255) = 41.23%

R = 14.22%
G = 44.55%
B = 41.23%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#3CBCAE (or 0x3CBCAE) is known color: Light Sea Green. HEX triplet: 3C, BC and AE. RGB value is (60,188,174). Sum of RGB (Red+Green+Blue) = 60+188+174=422 (55% of max value = 765). Red value is 60 (23.83% from 255 or 14.22% from 422); Green value is 188 (73.83% from 255 or 44.55% from 422); Blue value is 174 (68.36% from 255 or 41.23% from 422); Max value from RGB is 188 - color contains mainly: green. Hex color #3CBCAE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CBCAE is #C34351. Grayscale: #949494. Windows color (decimal): -12796754 or 11451452. OLE color: 11451452.

HSL color Cylindrical-coordinate representation of color #3CBCAE: hue angle of 173.44º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3CBCAE is Cyan = 0.68, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.

Color convert

RGB 60 188 174 -
CMYK 0.68 0 0.07 0.26
HSL 173.44º 0.52% 0.49% -
HSV(B) 173.44º 0.68% 0.74% -
XYZ 27.49 39.98 46.31 -
YUV 148.13 142.59 65.14 -
System Red Green Blue C M Y K H S L
Decimal 60 188 174 0.68 0 0.07 0.26 173.44 0.52 0.49
Hex 3C BC AE 44 0 7 1A AD 34 31
Octal 74 274 256 104 0 7 32 255 64 61
Binary 111100 10111100 10101110 1000100 0 111 11010 10101101 110100 110001

Color Harmonies of #3CBCAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CBCAE

Black with #3CBCAE

Text Example


Text Example

White with #3CBCAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,188,174); }

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

background-color css

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

 a { background-color: rgb(60,188,174); }

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

border-color css

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

 span { border-color: rgb(60,188,174); }

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