Html Css Color HEX #38A17D Gossamer

📋 copy color: '#38A17D'

red 56 ◦ green 161 ◦ blue 125

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

Shades of Gossamer #38A17D

Tints of Gossamer #38A17D

RGB

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

 GREEN value IS 161 (63.28% from 255) = 47.08%

 BLUE value IS 125 (49.22% from 255) = 36.55%

R = 16.37%
G = 47.08%
B = 36.55%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.22

 K value IS 0.37

RGB Variations

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

Color information

#38A17D (or 0x38A17D) is known color: Gossamer. HEX triplet: 38, A1 and 7D. RGB value is (56,161,125). Sum of RGB (Red+Green+Blue) = 56+161+125=342 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.37% from 342); Green value is 161 (63.28% from 255 or 47.08% from 342); Blue value is 125 (49.22% from 255 or 36.55% from 342); Max value from RGB is 161 - color contains mainly: green. Hex color #38A17D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38A17D is #C75E82. Grayscale: #7D7D7D. Windows color (decimal): -13065859 or 8233272. OLE color: 8233272.

HSL color Cylindrical-coordinate representation of color #38A17D: hue angle of 159.43º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #38A17D is Cyan = 0.65, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.37.

Color convert

RGB 56 161 125 -
CMYK 0.65 0 0.22 0.37
HSL 159.43º 0.48% 0.43% -
HSV(B) 159.43º 0.65% 0.63% -
XYZ 18.08 27.81 23.82 -
YUV 125.5 127.71 78.43 -
System Red Green Blue C M Y K H S L
Decimal 56 161 125 0.65 0 0.22 0.37 159.43 0.48 0.43
Hex 38 A1 7D 41 0 16 25 9F 30 2B
Octal 70 241 175 101 0 26 45 237 60 53
Binary 111000 10100001 1111101 1000001 0 10110 100101 10011111 110000 101011

Color Harmonies of #38A17D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38A17D

Black with #38A17D

Text Example


Text Example

White with #38A17D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,161,125); }

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

background-color css

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

 a { background-color: rgb(56,161,125); }

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

border-color css

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

 span { border-color: rgb(56,161,125); }

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