#308181

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

Shades of Atoll #308181

Tints of Atoll #308181

Color information

#308181 (or 0x308181) is unknown color: approx Atoll. HEX triplet: 30, 81 and 81. RGB value is (48,129,129). Sum of RGB (Red+Green+Blue) = 48+129+129=306 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.69% from 306); Green value is 129 (50.78% from 255 or 42.16% from 306); Blue value is 129 (50.78% from 255 or 42.16% from 306); Max value from RGB is 129 - color contains mainly: green, blue. Hex color #308181 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308181 is #CF7E7E. Grayscale: #686868. Windows color (decimal): -13598335 or 8487216. OLE color: 8487216.

HSL color Cylindrical-coordinate representation of color #308181: hue angle of 180º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #308181 is Cyan = 0.63, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB48129129-
CMYK0.63000.49
HSL180º45.76%34.71%-
HSV(B)180º62.79%50.59%-
XYZ13.0317.9123.54-
YUV104.78141.6687.5-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.69%
GREEN value IS 129 (50.78% from 255) = 42.16%
BLUE value IS 129 (50.78% from 255) = 42.16%
R=15.69%
G=42.16%
B=42.16%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal481291290.63000.4918045.7634.71
Hex3081813F0031b42e23
Octal602012017700612645643
Binary11000010000001100000011111110011000110110100101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308181; }

 p { color: rgb(48,129,129); }

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

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

 a { background-color: rgb(48,129,129); }

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

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

 span { border-color: rgb(48,129,129); }

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