Html Css Color HEX #38AA86 Gossamer

📋 copy color: '#38AA86'

red 56 ◦ green 170 ◦ blue 134

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

Shades of Gossamer #38AA86

Tints of Gossamer #38AA86

RGB

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

 GREEN value IS 170 (66.8% from 255) = 47.22%

 BLUE value IS 134 (52.73% from 255) = 37.22%

R = 15.56%
G = 47.22%
B = 37.22%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.21

 K value IS 0.33

RGB Variations

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

Color information

#38AA86 (or 0x38AA86) is known color: Gossamer. HEX triplet: 38, AA and 86. RGB value is (56,170,134). Sum of RGB (Red+Green+Blue) = 56+170+134=360 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.56% from 360); Green value is 170 (66.80% from 255 or 47.22% from 360); Blue value is 134 (52.73% from 255 or 37.22% from 360); Max value from RGB is 170 - color contains mainly: green. Hex color #38AA86 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38AA86 is #C75579. Grayscale: #838383. Windows color (decimal): -13063546 or 8825400. OLE color: 8825400.

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

Color convert

RGB 56 170 134 -
CMYK 0.67 0 0.21 0.33
HSL 161.05º 0.5% 0.44% -
HSV(B) 161.05º 0.67% 0.67% -
XYZ 20.31 31.31 27.53 -
YUV 131.81 129.23 73.93 -
System Red Green Blue C M Y K H S L
Decimal 56 170 134 0.67 0 0.21 0.33 161.05 0.5 0.44
Hex 38 AA 86 43 0 15 21 A1 32 2C
Octal 70 252 206 103 0 25 41 241 62 54
Binary 111000 10101010 10000110 1000011 0 10101 100001 10100001 110010 101100

Color Harmonies of #38AA86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38AA86

Black with #38AA86

Text Example


Text Example

White with #38AA86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,170,134); }

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

background-color css

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

 a { background-color: rgb(56,170,134); }

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

border-color css

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

 span { border-color: rgb(56,170,134); }

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