Html Css Color HEX #38AB85 Gossamer

📋 copy color: '#38AB85'

red 56 ◦ green 171 ◦ blue 133

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

Shades of Gossamer #38AB85

Tints of Gossamer #38AB85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 36.94%

R = 15.56%
G = 47.5%
B = 36.94%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.22

 K value IS 0.33

RGB Variations

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

Color information

#38AB85 (or 0x38AB85) is known color: Gossamer. HEX triplet: 38, AB and 85. RGB value is (56,171,133). Sum of RGB (Red+Green+Blue) = 56+171+133=360 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.56% from 360); Green value is 171 (67.19% from 255 or 47.5% from 360); Blue value is 133 (52.34% from 255 or 36.94% from 360); Max value from RGB is 171 - color contains mainly: green. Hex color #38AB85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38AB85 is #C7547A. Grayscale: #848484. Windows color (decimal): -13063291 or 8760120. OLE color: 8760120.

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

Color convert

RGB 56 171 133 -
CMYK 0.67 0 0.22 0.33
HSL 160.17º 0.51% 0.45% -
HSV(B) 160.17º 0.67% 0.67% -
XYZ 20.43 31.66 27.22 -
YUV 132.28 128.4 73.59 -
System Red Green Blue C M Y K H S L
Decimal 56 171 133 0.67 0 0.22 0.33 160.17 0.51 0.45
Hex 38 AB 85 43 0 16 21 A0 33 2D
Octal 70 253 205 103 0 26 41 240 63 55
Binary 111000 10101011 10000101 1000011 0 10110 100001 10100000 110011 101101

Color Harmonies of #38AB85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38AB85

Black with #38AB85

Text Example


Text Example

White with #38AB85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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