Html Css Color HEX #38A984 Gossamer

📋 copy color: '#38A984'

red 56 ◦ green 169 ◦ blue 132

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

Shades of Gossamer #38A984

Tints of Gossamer #38A984

RGB

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

 GREEN value IS 169 (66.41% from 255) = 47.34%

 BLUE value IS 132 (51.95% from 255) = 36.97%

R = 15.69%
G = 47.34%
B = 36.97%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.22

 K value IS 0.34

RGB Variations

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

Color information

#38A984 (or 0x38A984) is known color: Gossamer. HEX triplet: 38, A9 and 84. RGB value is (56,169,132). Sum of RGB (Red+Green+Blue) = 56+169+132=357 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.69% from 357); Green value is 169 (66.41% from 255 or 47.34% from 357); Blue value is 132 (51.95% from 255 or 36.97% from 357); Max value from RGB is 169 - color contains mainly: green. Hex color #38A984 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38A984 is #C7567B. Grayscale: #838383. Windows color (decimal): -13063804 or 8694072. OLE color: 8694072.

HSL color Cylindrical-coordinate representation of color #38A984: hue angle of 160.35º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #38A984 is Cyan = 0.67, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.34.

Color convert

RGB 56 169 132 -
CMYK 0.67 0 0.22 0.34
HSL 160.35º 0.5% 0.44% -
HSV(B) 160.35º 0.67% 0.66% -
XYZ 19.98 30.88 26.74 -
YUV 131 128.56 74.51 -
System Red Green Blue C M Y K H S L
Decimal 56 169 132 0.67 0 0.22 0.34 160.35 0.5 0.44
Hex 38 A9 84 43 0 16 22 A0 32 2C
Octal 70 251 204 103 0 26 42 240 62 54
Binary 111000 10101001 10000100 1000011 0 10110 100010 10100000 110010 101100

Color Harmonies of #38A984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38A984

Black with #38A984

Text Example


Text Example

White with #38A984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38A984; }

 p { color: rgb(56,169,132); }

 H1.HeaderClassName
 {
   color: #38A984;
 }
 .AnyTagClassName
 {
   color: #38A984;
 }
</style>

background-color css

<style>
 a { background-color: #38A984; }

 a { background-color: rgb(56,169,132); }

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

border-color css

<style>
 span { border-color: #38A984; }

 span { border-color: rgb(56,169,132); }

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