#38A288

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

Shades of Gossamer #38A288

Tints of Gossamer #38A288

Color information

#38A288 (or 0x38A288) is unknown color: approx Gossamer. HEX triplet: 38, A2 and 88. RGB value is (56,162,136). Sum of RGB (Red+Green+Blue) = 56+162+136=354 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.82% from 354); Green value is 162 (63.67% from 255 or 45.76% from 354); Blue value is 136 (53.52% from 255 or 38.42% from 354); Max value from RGB is 162 - color contains mainly: green. Hex color #38A288 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38A288 is #C75D77. Grayscale: #7F7F7F. Windows color (decimal): -13065592 or 8954424. OLE color: 8954424.

HSL color Cylindrical-coordinate representation of color #38A288: hue angle of 165.28º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #38A288 is Cyan = 0.65, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.36.

Color convert

RGB56162136-
CMYK0.6500.160.36
HSL165.28º48.62%42.75%-
HSV(B)165.28º65.43%63.53%-
XYZ1928.4627.78-
YUV127.34132.8877.11-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.82%
GREEN value IS 162 (63.67% from 255) = 45.76%
BLUE value IS 136 (53.52% from 255) = 38.42%
R=15.82%
G=45.76%
B=38.42%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal561621360.6500.160.36165.2848.6242.75
Hex38A2884101024a5312b
Octal70242210101020442456153
Binary1110001010001010001000100000101000010010010100101110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38A288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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