#38AA7E

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

Shades of Gossamer #38AA7E

Tints of Gossamer #38AA7E

Color information

#38AA7E (or 0x38AA7E) is unknown color: approx Gossamer. HEX triplet: 38, AA and 7E. RGB value is (56,170,126). Sum of RGB (Red+Green+Blue) = 56+170+126=352 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.91% from 352); Green value is 170 (66.80% from 255 or 48.30% from 352); Blue value is 126 (49.61% from 255 or 35.80% from 352); Max value from RGB is 170 - color contains mainly: green. Hex color #38AA7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38AA7E is #C75581. Grayscale: #828282. Windows color (decimal): -13063554 or 8301112. OLE color: 8301112.

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

Color convert

RGB56170126-
CMYK0.6700.260.33
HSL156.84º50.44%44.31%-
HSV(B)156.84º67.06%66.67%-
XYZ19.7731.124.7-
YUV130.9125.2374.58-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.91%
GREEN value IS 170 (66.80% from 255) = 48.30%
BLUE value IS 126 (49.61% from 255) = 35.80%
R=15.91%
G=48.30%
B=35.80%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal561701260.6700.260.33156.8450.4444.31
Hex38AA7E4301A219d322c
Octal70252176103032412356254
Binary111000101010101111110100001101101010000110011101110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38AA7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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