#278382

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

Shades of Atoll #278382

Tints of Atoll #278382

Color information

#278382 (or 0x278382) is unknown color: approx Atoll. HEX triplet: 27, 83 and 82. RGB value is (39,131,130). Sum of RGB (Red+Green+Blue) = 39+131+130=300 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13% from 300); Green value is 131 (51.56% from 255 or 43.67% from 300); Blue value is 130 (51.17% from 255 or 43.33% from 300); Max value from RGB is 131 - color contains mainly: green. Hex color #278382 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #278382 is #D87C7D. Grayscale: #676767. Windows color (decimal): -14187646 or 8553255. OLE color: 8553255.

HSL color Cylindrical-coordinate representation of color #278382: hue angle of 179.35º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #278382 is Cyan = 0.70, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.49.

Color convert

RGB39131130-
CMYK0.7000.010.49
HSL179.35º54.12%33.33%-
HSV(B)179.35º70.23%51.37%-
XYZ12.9818.2823.96-
YUV103.38143.0282.08-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13%
GREEN value IS 131 (51.56% from 255) = 43.67%
BLUE value IS 130 (51.17% from 255) = 43.33%
R=13%
G=43.67%
B=43.33%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal391311300.7000.010.49179.3554.1233.33
Hex278382460131b33621
Octal4720320210601612636641
Binary100111100000111000001010001100111000110110011110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #278382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #278382; }

 p { color: rgb(39,131,130); }

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

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

 a { background-color: rgb(39,131,130); }

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

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

 span { border-color: rgb(39,131,130); }

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