Html Css Color HEX #38978C Gossamer

📋 copy color: '#38978C'

red 56 ◦ green 151 ◦ blue 140

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

Shades of Gossamer #38978C

Tints of Gossamer #38978C

RGB

 RED value IS 56 (22.27% from 255) = 16.14%

 GREEN value IS 151 (59.38% from 255) = 43.52%

 BLUE value IS 140 (55.08% from 255) = 40.35%

R = 16.14%
G = 43.52%
B = 40.35%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#38978C (or 0x38978C) is known color: Gossamer. HEX triplet: 38, 97 and 8C. RGB value is (56,151,140). Sum of RGB (Red+Green+Blue) = 56+151+140=347 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.14% from 347); Green value is 151 (59.38% from 255 or 43.52% from 347); Blue value is 140 (55.08% from 255 or 40.35% from 347); Max value from RGB is 151 - color contains mainly: green. Hex color #38978C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38978C is #C76873. Grayscale: #797979. Windows color (decimal): -13068404 or 9213752. OLE color: 9213752.

HSL color Cylindrical-coordinate representation of color #38978C: hue angle of 173.05º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #38978C is Cyan = 0.63, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB 56 151 140 -
CMYK 0.63 0 0.07 0.41
HSL 173.05º 0.46% 0.41% -
HSV(B) 173.05º 0.63% 0.59% -
XYZ 17.43 24.87 28.69 -
YUV 121.34 138.53 81.39 -
System Red Green Blue C M Y K H S L
Decimal 56 151 140 0.63 0 0.07 0.41 173.05 0.46 0.41
Hex 38 97 8C 3F 0 7 29 AD 2E 29
Octal 70 227 214 77 0 7 51 255 56 51
Binary 111000 10010111 10001100 111111 0 111 101001 10101101 101110 101001

Color Harmonies of #38978C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38978C

Black with #38978C

Text Example


Text Example

White with #38978C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38978C; }

 p { color: rgb(56,151,140); }

 H1.HeaderClassName
 {
   color: #38978C;
 }
 .AnyTagClassName
 {
   color: #38978C;
 }
</style>

background-color css

<style>
 a { background-color: #38978C; }

 a { background-color: rgb(56,151,140); }

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

border-color css

<style>
 span { border-color: #38978C; }

 span { border-color: rgb(56,151,140); }

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