#378080

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

Shades of Atoll #378080

Tints of Atoll #378080

Color information

#378080 (or 0x378080) is unknown color: approx Atoll. HEX triplet: 37, 80 and 80. RGB value is (55,128,128). Sum of RGB (Red+Green+Blue) = 55+128+128=311 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.68% from 311); Green value is 128 (50.39% from 255 or 41.16% from 311); Blue value is 128 (50.39% from 255 or 41.16% from 311); Max value from RGB is 128 - color contains mainly: green, blue. Hex color #378080 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378080 is #C87F7F. Grayscale: #6A6A6A. Windows color (decimal): -13139840 or 8421431. OLE color: 8421431.

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

Color convert

RGB55128128-
CMYK0.57000.50
HSL180º39.89%35.88%-
HSV(B)180º57.03%50.2%-
XYZ13.1917.8123.16-
YUV106.17140.3291.5-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.68%
GREEN value IS 128 (50.39% from 255) = 41.16%
BLUE value IS 128 (50.39% from 255) = 41.16%
R=17.68%
G=41.16%
B=41.16%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal551281280.57000.5018039.8935.88
Hex378080390032b42824
Octal672002007100622645044
Binary11011110000000100000001110010011001010110100101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378080; }

 p { color: rgb(55,128,128); }

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

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

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

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

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

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

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