#30ABBA

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

Shades of Pelorous #30ABBA

Tints of Pelorous #30ABBA

Color information

#30ABBA (or 0x30ABBA) is unknown color: approx Pelorous. HEX triplet: 30, AB and BA. RGB value is (48,171,186). Sum of RGB (Red+Green+Blue) = 48+171+186=405 (53% of max value = 765). Red value is 48 (19.14% from 255 or 11.85% from 405); Green value is 171 (67.19% from 255 or 42.22% from 405); Blue value is 186 (73.05% from 255 or 45.93% from 405); Max value from RGB is 186 - color contains mainly: blue. Hex color #30ABBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #30ABBA is #CF5445. Grayscale: #878787. Windows color (decimal): -13587526 or 12233520. OLE color: 12233520.

HSL color Cylindrical-coordinate representation of color #30ABBA: hue angle of 186.52º 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 #30ABBA is Cyan = 0.74, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB48171186-
CMYK0.740.0800.27
HSL186.52º58.97%45.88%-
HSV(B)186.52º74.19%72.94%-
XYZ24.6433.351.58-
YUV135.93156.2565.28-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 11.85%
GREEN value IS 171 (67.19% from 255) = 42.22%
BLUE value IS 186 (73.05% from 255) = 45.93%
R=11.85%
G=42.22%
B=45.93%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal481711860.740.0800.27186.5258.9745.88
Hex30ABBA4A801Bbb3b2e
Octal60253272112100332737356
Binary11000010101011101110101001010100001101110111011111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30ABBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,171,186); }

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

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

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

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

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

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

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