Html Css Color HEX #38AB80 Gossamer

📋 copy color: '#38AB80'

red 56 ◦ green 171 ◦ blue 128

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

Shades of Gossamer #38AB80

Tints of Gossamer #38AB80

RGB

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

 GREEN value IS 171 (67.19% from 255) = 48.17%

 BLUE value IS 128 (50.39% from 255) = 36.06%

R = 15.77%
G = 48.17%
B = 36.06%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#38AB80 (or 0x38AB80) is known color: Gossamer. HEX triplet: 38, AB and 80. RGB value is (56,171,128). Sum of RGB (Red+Green+Blue) = 56+171+128=355 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.77% from 355); Green value is 171 (67.19% from 255 or 48.17% from 355); Blue value is 128 (50.39% from 255 or 36.06% from 355); Max value from RGB is 171 - color contains mainly: green. Hex color #38AB80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38AB80 is #C7547F. Grayscale: #838383. Windows color (decimal): -13063296 or 8432440. OLE color: 8432440.

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

Color convert

RGB 56 171 128 -
CMYK 0.67 0 0.25 0.33
HSL 157.57º 0.51% 0.45% -
HSV(B) 157.57º 0.67% 0.67% -
XYZ 20.09 31.53 25.45 -
YUV 131.71 125.9 74 -
System Red Green Blue C M Y K H S L
Decimal 56 171 128 0.67 0 0.25 0.33 157.57 0.51 0.45
Hex 38 AB 80 43 0 19 21 9E 33 2D
Octal 70 253 200 103 0 31 41 236 63 55
Binary 111000 10101011 10000000 1000011 0 11001 100001 10011110 110011 101101

Color Harmonies of #38AB80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38AB80

Black with #38AB80

Text Example


Text Example

White with #38AB80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,171,128); }

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

background-color css

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

 a { background-color: rgb(56,171,128); }

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

border-color css

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

 span { border-color: rgb(56,171,128); }

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