#30787D

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

Shades of Atoll #30787D

Tints of Atoll #30787D

Color information

#30787D (or 0x30787D) is unknown color: approx Atoll. HEX triplet: 30, 78 and 7D. RGB value is (48,120,125). Sum of RGB (Red+Green+Blue) = 48+120+125=293 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.38% from 293); Green value is 120 (47.27% from 255 or 40.96% from 293); Blue value is 125 (49.22% from 255 or 42.66% from 293); Max value from RGB is 125 - color contains mainly: blue. Hex color #30787D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30787D is #CF8782. Grayscale: #626262. Windows color (decimal): -13600643 or 8222768. OLE color: 8222768.

HSL color Cylindrical-coordinate representation of color #30787D: hue angle of 183.9º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #30787D is Cyan = 0.62, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB48120125-
CMYK0.620.0400.51
HSL183.9º44.51%33.92%-
HSV(B)183.9º61.6%49.02%-
XYZ11.6415.5421.79-
YUV99.04142.6591.59-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.38%
GREEN value IS 120 (47.27% from 255) = 40.96%
BLUE value IS 125 (49.22% from 255) = 42.66%
R=16.38%
G=40.96%
B=42.66%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal481201250.620.0400.51183.944.5133.92
Hex30787D3E4033b82d22
Octal601701757640632705542
Binary11000011110001111101111110100011001110111000101101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30787D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30787D; }

 p { color: rgb(48,120,125); }

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

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

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

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

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

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

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