#38AA88

Color #38AA88 Gossamer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gossamer #38AA88

Tints of Gossamer #38AA88

Color information

#38AA88 (or 0x38AA88) is unknown color: approx Gossamer. HEX triplet: 38, AA and 88. RGB value is (56,170,136). Sum of RGB (Red+Green+Blue) = 56+170+136=362 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.47% from 362); Green value is 170 (66.80% from 255 or 46.96% from 362); Blue value is 136 (53.52% from 255 or 37.57% from 362); Max value from RGB is 170 - color contains mainly: green. Hex color #38AA88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38AA88 is #C75577. Grayscale: #848484. Windows color (decimal): -13063544 or 8956472. OLE color: 8956472.

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

Color convert

RGB56170136-
CMYK0.6700.200.33
HSL162.11º50.44%44.31%-
HSV(B)162.11º67.06%66.67%-
XYZ20.4531.3728.27-
YUV132.04130.2373.76-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.47%
GREEN value IS 170 (66.80% from 255) = 46.96%
BLUE value IS 136 (53.52% from 255) = 37.57%
R=15.47%
G=46.96%
B=37.57%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal561701360.6700.200.33162.1150.4444.31
Hex38AA884301421a2322c
Octal70252210103024412426254
Binary1110001010101010001000100001101010010000110100010110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38AA88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #38AA88;
 }
 .AnyTagClassName
 {
   color: #38AA88;
 }
</style>
background-color css

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

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

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

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

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

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