Html Css Color HEX #38A47D Gossamer

📋 copy color: '#38A47D'

red 56 ◦ green 164 ◦ blue 125

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

Shades of Gossamer #38A47D

Tints of Gossamer #38A47D

RGB

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

 GREEN value IS 164 (64.45% from 255) = 47.54%

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

R = 16.23%
G = 47.54%
B = 36.23%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.24

 K value IS 0.36

RGB Variations

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

Color information

#38A47D (or 0x38A47D) is known color: Gossamer. HEX triplet: 38, A4 and 7D. RGB value is (56,164,125). Sum of RGB (Red+Green+Blue) = 56+164+125=345 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.23% from 345); Green value is 164 (64.45% from 255 or 47.54% from 345); Blue value is 125 (49.22% from 255 or 36.23% from 345); Max value from RGB is 164 - color contains mainly: green. Hex color #38A47D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38A47D is #C75B82. Grayscale: #7F7F7F. Windows color (decimal): -13065091 or 8234040. OLE color: 8234040.

HSL color Cylindrical-coordinate representation of color #38A47D: hue angle of 158.33º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #38A47D is Cyan = 0.66, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.36.

Color convert

RGB 56 164 125 -
CMYK 0.66 0 0.24 0.36
HSL 158.33º 0.49% 0.43% -
HSV(B) 158.33º 0.66% 0.64% -
XYZ 18.61 28.87 23.99 -
YUV 127.26 126.72 77.17 -
System Red Green Blue C M Y K H S L
Decimal 56 164 125 0.66 0 0.24 0.36 158.33 0.49 0.43
Hex 38 A4 7D 42 0 18 24 9E 31 2B
Octal 70 244 175 102 0 30 44 236 61 53
Binary 111000 10100100 1111101 1000010 0 11000 100100 10011110 110001 101011

Color Harmonies of #38A47D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38A47D

Black with #38A47D

Text Example


Text Example

White with #38A47D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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