Html Css Color HEX #3CB08B Gossamer

📋 copy color: '#3CB08B'

red 60 ◦ green 176 ◦ blue 139

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

Shades of Gossamer #3CB08B

Tints of Gossamer #3CB08B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 37.07%

R = 16%
G = 46.93%
B = 37.07%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#3CB08B (or 0x3CB08B) is known color: Gossamer. HEX triplet: 3C, B0 and 8B. RGB value is (60,176,139). Sum of RGB (Red+Green+Blue) = 60+176+139=375 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16% from 375); Green value is 176 (69.14% from 255 or 46.93% from 375); Blue value is 139 (54.69% from 255 or 37.07% from 375); Max value from RGB is 176 - color contains mainly: green. Hex color #3CB08B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CB08B is #C34F74. Grayscale: #898989. Windows color (decimal): -12799861 or 9154620. OLE color: 9154620.

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

Color convert

RGB 60 176 139 -
CMYK 0.66 0 0.21 0.31
HSL 160.86º 0.49% 0.46% -
HSV(B) 160.86º 0.66% 0.69% -
XYZ 22.05 33.88 29.8 -
YUV 137.1 129.07 73.01 -
System Red Green Blue C M Y K H S L
Decimal 60 176 139 0.66 0 0.21 0.31 160.86 0.49 0.46
Hex 3C B0 8B 42 0 15 1F A1 31 2E
Octal 74 260 213 102 0 25 37 241 61 56
Binary 111100 10110000 10001011 1000010 0 10101 11111 10100001 110001 101110

Color Harmonies of #3CB08B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CB08B

Black with #3CB08B

Text Example


Text Example

White with #3CB08B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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