#30AABB

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

Shades of Pelorous #30AABB

Tints of Pelorous #30AABB

Color information

#30AABB (or 0x30AABB) is unknown color: approx Pelorous. HEX triplet: 30, AA and BB. RGB value is (48,170,187). Sum of RGB (Red+Green+Blue) = 48+170+187=405 (53% of max value = 765). Red value is 48 (19.14% from 255 or 11.85% from 405); Green value is 170 (66.80% from 255 or 41.98% from 405); Blue value is 187 (73.44% from 255 or 46.17% from 405); Max value from RGB is 187 - color contains mainly: blue. Hex color #30AABB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #30AABB is #CF5544. Grayscale: #878787. Windows color (decimal): -13587781 or 12298800. OLE color: 12298800.

HSL color Cylindrical-coordinate representation of color #30AABB: hue angle of 187.34º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #30AABB is Cyan = 0.74, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB48170187-
CMYK0.740.0900.27
HSL187.34º59.15%46.08%-
HSV(B)187.34º74.33%73.33%-
XYZ24.5632.9752.08-
YUV135.46157.0865.62-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 11.85%
GREEN value IS 170 (66.80% from 255) = 41.98%
BLUE value IS 187 (73.44% from 255) = 46.17%
R=11.85%
G=41.98%
B=46.17%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal481701870.740.0900.27187.3459.1546.08
Hex30AABB4A901Bbb3b2e
Octal60252273112110332737356
Binary11000010101010101110111001010100101101110111011111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30AABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30AABB; }

 p { color: rgb(48,170,187); }

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

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

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

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

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

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

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