#38807E

Color #38807E Atoll (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atoll #38807E

Tints of Atoll #38807E

Color information

#38807E (or 0x38807E) is unknown color: approx Atoll. HEX triplet: 38, 80 and 7E. RGB value is (56,128,126). Sum of RGB (Red+Green+Blue) = 56+128+126=310 (41% of max value = 765). Red value is 56 (22.27% from 255 or 18.06% from 310); Green value is 128 (50.39% from 255 or 41.29% from 310); Blue value is 126 (49.61% from 255 or 40.65% from 310); Max value from RGB is 128 - color contains mainly: green. Hex color #38807E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38807E is #C77F81. Grayscale: #6A6A6A. Windows color (decimal): -13074306 or 8290360. OLE color: 8290360.

HSL color Cylindrical-coordinate representation of color #38807E: hue angle of 178.33º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #38807E is Cyan = 0.56, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.50.

Color convert

RGB56128126-
CMYK0.5600.020.50
HSL178.33º39.13%36.08%-
HSV(B)178.33º56.25%50.2%-
XYZ13.1217.7922.48-
YUV106.24139.1592.16-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.06%
GREEN value IS 128 (50.39% from 255) = 41.29%
BLUE value IS 126 (49.61% from 255) = 40.65%
R=18.06%
G=41.29%
B=40.65%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal561281260.5600.020.50178.3339.1336.08
Hex38807E380232b22724
Octal702001767002622624744
Binary11100010000000111111011100001011001010110010100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38807E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38807E; }

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

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

<style>
 a { background-color: #38807E; }

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

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

<style>
 span { border-color: #38807E; }

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

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