Html Css Color HEX #38AA7D Gossamer

📋 copy color: '#38AA7D'

red 56 ◦ green 170 ◦ blue 125

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

Shades of Gossamer #38AA7D

Tints of Gossamer #38AA7D

RGB

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

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

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

R = 15.95%
G = 48.43%
B = 35.61%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#38AA7D (or 0x38AA7D) is known color: Gossamer. HEX triplet: 38, AA and 7D. RGB value is (56,170,125). Sum of RGB (Red+Green+Blue) = 56+170+125=351 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.95% from 351); Green value is 170 (66.80% from 255 or 48.43% from 351); Blue value is 125 (49.22% from 255 or 35.61% from 351); Max value from RGB is 170 - color contains mainly: green. Hex color #38AA7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38AA7D is #C75582. Grayscale: #828282. Windows color (decimal): -13063555 or 8235576. OLE color: 8235576.

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

Color convert

RGB 56 170 125 -
CMYK 0.67 0 0.26 0.33
HSL 156.32º 0.5% 0.44% -
HSV(B) 156.32º 0.67% 0.67% -
XYZ 19.71 31.07 24.36 -
YUV 130.78 124.73 74.66 -
System Red Green Blue C M Y K H S L
Decimal 56 170 125 0.67 0 0.26 0.33 156.32 0.5 0.44
Hex 38 AA 7D 43 0 1A 21 9C 32 2C
Octal 70 252 175 103 0 32 41 234 62 54
Binary 111000 10101010 1111101 1000011 0 11010 100001 10011100 110010 101100

Color Harmonies of #38AA7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38AA7D

Black with #38AA7D

Text Example


Text Example

White with #38AA7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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