Html Css Color HEX #3C988B Gossamer

📋 copy color: '#3C988B'

red 60 ◦ green 152 ◦ blue 139

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

Shades of Gossamer #3C988B

Tints of Gossamer #3C988B

RGB

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

 GREEN value IS 152 (59.77% from 255) = 43.3%

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

R = 17.09%
G = 43.3%
B = 39.6%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.09

 K value IS 0.40

RGB Variations

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

Color information

#3C988B (or 0x3C988B) is known color: Gossamer. HEX triplet: 3C, 98 and 8B. RGB value is (60,152,139). Sum of RGB (Red+Green+Blue) = 60+152+139=351 (46% of max value = 765). Red value is 60 (23.83% from 255 or 17.09% from 351); Green value is 152 (59.77% from 255 or 43.30% from 351); Blue value is 139 (54.69% from 255 or 39.60% from 351); Max value from RGB is 152 - color contains mainly: green. Hex color #3C988B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C988B is #C36774. Grayscale: #7A7A7A. Windows color (decimal): -12806005 or 9148476. OLE color: 9148476.

HSL color Cylindrical-coordinate representation of color #3C988B: hue angle of 171.52º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3C988B is Cyan = 0.61, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.40.

Color convert

RGB 60 152 139 -
CMYK 0.61 0 0.09 0.40
HSL 171.52º 0.43% 0.42% -
HSV(B) 171.52º 0.61% 0.6% -
XYZ 17.75 25.28 28.37 -
YUV 123.01 137.02 83.06 -
System Red Green Blue C M Y K H S L
Decimal 60 152 139 0.61 0 0.09 0.40 171.52 0.43 0.42
Hex 3C 98 8B 3D 0 9 28 AC 2B 2A
Octal 74 230 213 75 0 11 50 254 53 52
Binary 111100 10011000 10001011 111101 0 1001 101000 10101100 101011 101010

Color Harmonies of #3C988B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C988B

Black with #3C988B

Text Example


Text Example

White with #3C988B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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