Html Css Color HEX #38AC89 Gossamer

📋 copy color: '#38AC89'

red 56 ◦ green 172 ◦ blue 137

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

Shades of Gossamer #38AC89

Tints of Gossamer #38AC89

RGB

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

 GREEN value IS 172 (67.58% from 255) = 47.12%

 BLUE value IS 137 (53.91% from 255) = 37.53%

R = 15.34%
G = 47.12%
B = 37.53%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.20

 K value IS 0.33

RGB Variations

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

Color information

#38AC89 (or 0x38AC89) is known color: Gossamer. HEX triplet: 38, AC and 89. RGB value is (56,172,137). Sum of RGB (Red+Green+Blue) = 56+172+137=365 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.34% from 365); Green value is 172 (67.58% from 255 or 47.12% from 365); Blue value is 137 (53.91% from 255 or 37.53% from 365); Max value from RGB is 172 - color contains mainly: green. Hex color #38AC89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38AC89 is #C75376. Grayscale: #858585. Windows color (decimal): -13063031 or 9022520. OLE color: 9022520.

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

Color convert

RGB 56 172 137 -
CMYK 0.67 0 0.20 0.33
HSL 161.9º 0.51% 0.45% -
HSV(B) 161.9º 0.67% 0.67% -
XYZ 20.9 32.15 28.77 -
YUV 133.33 130.07 72.85 -
System Red Green Blue C M Y K H S L
Decimal 56 172 137 0.67 0 0.20 0.33 161.9 0.51 0.45
Hex 38 AC 89 43 0 14 21 A2 33 2D
Octal 70 254 211 103 0 24 41 242 63 55
Binary 111000 10101100 10001001 1000011 0 10100 100001 10100010 110011 101101

Color Harmonies of #38AC89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38AC89

Black with #38AC89

Text Example


Text Example

White with #38AC89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,172,137); }

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

background-color css

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

 a { background-color: rgb(56,172,137); }

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

border-color css

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

 span { border-color: rgb(56,172,137); }

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