Html Css Color HEX #38A87F Gossamer

📋 copy color: '#38A87F'

red 56 ◦ green 168 ◦ blue 127

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

Shades of Gossamer #38A87F

Tints of Gossamer #38A87F

RGB

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

 GREEN value IS 168 (66.02% from 255) = 47.86%

 BLUE value IS 127 (50% from 255) = 36.18%

R = 15.95%
G = 47.86%
B = 36.18%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.24

 K value IS 0.34

RGB Variations

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

Color information

#38A87F (or 0x38A87F) is known color: Gossamer. HEX triplet: 38, A8 and 7F. RGB value is (56,168,127). Sum of RGB (Red+Green+Blue) = 56+168+127=351 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.95% from 351); Green value is 168 (66.02% from 255 or 47.86% from 351); Blue value is 127 (50% from 255 or 36.18% from 351); Max value from RGB is 168 - color contains mainly: green. Hex color #38A87F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38A87F is #C75780. Grayscale: #818181. Windows color (decimal): -13064065 or 8366136. OLE color: 8366136.

HSL color Cylindrical-coordinate representation of color #38A87F: hue angle of 158.04º 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 #38A87F is Cyan = 0.67, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.34.

Color convert

RGB 56 168 127 -
CMYK 0.67 0 0.24 0.34
HSL 158.04º 0.5% 0.44% -
HSV(B) 158.04º 0.67% 0.66% -
XYZ 19.46 30.38 24.92 -
YUV 129.84 126.39 75.33 -
System Red Green Blue C M Y K H S L
Decimal 56 168 127 0.67 0 0.24 0.34 158.04 0.5 0.44
Hex 38 A8 7F 43 0 18 22 9E 32 2C
Octal 70 250 177 103 0 30 42 236 62 54
Binary 111000 10101000 1111111 1000011 0 11000 100010 10011110 110010 101100

Color Harmonies of #38A87F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38A87F

Black with #38A87F

Text Example


Text Example

White with #38A87F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,168,127); }

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

background-color css

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

 a { background-color: rgb(56,168,127); }

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

border-color css

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

 span { border-color: rgb(56,168,127); }

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