Html Css Color HEX #3CBCB6 Light Sea Green

📋 copy color: '#3CBCB6'

red 60 ◦ green 188 ◦ blue 182

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

Shades of Light Sea Green #3CBCB6

Tints of Light Sea Green #3CBCB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 42.33%

R = 13.95%
G = 43.72%
B = 42.33%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.03

 K value IS 0.26

RGB Variations

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

Color information

#3CBCB6 (or 0x3CBCB6) is known color: Light Sea Green. HEX triplet: 3C, BC and B6. RGB value is (60,188,182). Sum of RGB (Red+Green+Blue) = 60+188+182=430 (56% of max value = 765). Red value is 60 (23.83% from 255 or 13.95% from 430); Green value is 188 (73.83% from 255 or 43.72% from 430); Blue value is 182 (71.48% from 255 or 42.33% from 430); Max value from RGB is 188 - color contains mainly: green. Hex color #3CBCB6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CBCB6 is #C34349. Grayscale: #949494. Windows color (decimal): -12796746 or 11975740. OLE color: 11975740.

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

Color convert

RGB 60 188 182 -
CMYK 0.68 0 0.03 0.26
HSL 177.19º 0.52% 0.49% -
HSV(B) 177.19º 0.68% 0.74% -
XYZ 28.29 40.3 50.54 -
YUV 149.04 146.59 64.49 -
System Red Green Blue C M Y K H S L
Decimal 60 188 182 0.68 0 0.03 0.26 177.19 0.52 0.49
Hex 3C BC B6 44 0 3 1A B1 34 31
Octal 74 274 266 104 0 3 32 261 64 61
Binary 111100 10111100 10110110 1000100 0 11 11010 10110001 110100 110001

Color Harmonies of #3CBCB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CBCB6

Black with #3CBCB6

Text Example


Text Example

White with #3CBCB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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