#248280

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

Shades of Atoll #248280

Tints of Atoll #248280

Color information

#248280 (or 0x248280) is unknown color: approx Atoll. HEX triplet: 24, 82 and 80. RGB value is (36,130,128). Sum of RGB (Red+Green+Blue) = 36+130+128=294 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.24% from 294); Green value is 130 (51.17% from 255 or 44.22% from 294); Blue value is 128 (50.39% from 255 or 43.54% from 294); Max value from RGB is 130 - color contains mainly: green. Hex color #248280 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248280 is #DB7D7F. Grayscale: #656565. Windows color (decimal): -14384512 or 8421924. OLE color: 8421924.

HSL color Cylindrical-coordinate representation of color #248280: hue angle of 178.72º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #248280 is Cyan = 0.72, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB36130128-
CMYK0.7200.020.49
HSL178.72º56.63%32.55%-
HSV(B)178.72º72.31%50.98%-
XYZ12.6117.923.21-
YUV101.67142.8681.16-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 12.24%
GREEN value IS 130 (51.17% from 255) = 44.22%
BLUE value IS 128 (50.39% from 255) = 43.54%
R=12.24%
G=44.22%
B=43.54%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal361301280.7200.020.49178.7256.6332.55
Hex248280480231b33921
Octal4420220011002612637141
Binary1001001000001010000000100100001011000110110011111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #248280; }

 p { color: rgb(36,130,128); }

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

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

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

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

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

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

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