#30AABF

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

Shades of Pelorous #30AABF

Tints of Pelorous #30AABF

Color information

#30AABF (or 0x30AABF) is unknown color: approx Pelorous. HEX triplet: 30, AA and BF. RGB value is (48,170,191). Sum of RGB (Red+Green+Blue) = 48+170+191=409 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.74% from 409); Green value is 170 (66.80% from 255 or 41.56% from 409); Blue value is 191 (75% from 255 or 46.70% from 409); Max value from RGB is 191 - color contains mainly: blue. Hex color #30AABF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #30AABF is #CF5540. Grayscale: #878787. Windows color (decimal): -13587777 or 12560944. OLE color: 12560944.

HSL color Cylindrical-coordinate representation of color #30AABF: hue angle of 188.81º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #30AABF is Cyan = 0.75, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB48170191-
CMYK0.750.1100.25
HSL188.81º59.83%46.86%-
HSV(B)188.81º74.87%74.9%-
XYZ2533.1454.37-
YUV135.92159.0865.29-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 11.74%
GREEN value IS 170 (66.80% from 255) = 41.56%
BLUE value IS 191 (75% from 255) = 46.70%
R=11.74%
G=41.56%
B=46.70%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal481701910.750.1100.25188.8159.8346.86
Hex30AABF4BB019bd3c2f
Octal60252277113130312757457
Binary11000010101010101111111001011101101100110111101111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30AABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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