Html Css Color HEX #38978A Gossamer

📋 copy color: '#38978A'

red 56 ◦ green 151 ◦ blue 138

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

Shades of Gossamer #38978A

Tints of Gossamer #38978A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 40%

R = 16.23%
G = 43.77%
B = 40%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.09

 K value IS 0.41

RGB Variations

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

Color information

#38978A (or 0x38978A) is known color: Gossamer. HEX triplet: 38, 97 and 8A. RGB value is (56,151,138). Sum of RGB (Red+Green+Blue) = 56+151+138=345 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.23% from 345); Green value is 151 (59.38% from 255 or 43.77% from 345); Blue value is 138 (54.30% from 255 or 40% from 345); Max value from RGB is 151 - color contains mainly: green. Hex color #38978A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38978A is #C76875. Grayscale: #797979. Windows color (decimal): -13068406 or 9082680. OLE color: 9082680.

HSL color Cylindrical-coordinate representation of color #38978A: hue angle of 171.79º 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 #38978A is Cyan = 0.63, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB 56 151 138 -
CMYK 0.63 0 0.09 0.41
HSL 171.79º 0.46% 0.41% -
HSV(B) 171.79º 0.63% 0.59% -
XYZ 17.28 24.81 27.92 -
YUV 121.11 137.53 81.56 -
System Red Green Blue C M Y K H S L
Decimal 56 151 138 0.63 0 0.09 0.41 171.79 0.46 0.41
Hex 38 97 8A 3F 0 9 29 AC 2E 29
Octal 70 227 212 77 0 11 51 254 56 51
Binary 111000 10010111 10001010 111111 0 1001 101001 10101100 101110 101001

Color Harmonies of #38978A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38978A

Black with #38978A

Text Example


Text Example

White with #38978A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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