#30ABBF

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

Shades of Pelorous #30ABBF

Tints of Pelorous #30ABBF

Color information

#30ABBF (or 0x30ABBF) is unknown color: approx Pelorous. HEX triplet: 30, AB and BF. RGB value is (48,171,191). Sum of RGB (Red+Green+Blue) = 48+171+191=410 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.71% from 410); Green value is 171 (67.19% from 255 or 41.71% from 410); Blue value is 191 (75% from 255 or 46.59% from 410); Max value from RGB is 191 - color contains mainly: blue. Hex color #30ABBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #30ABBF is #CF5440. Grayscale: #888888. Windows color (decimal): -13587521 or 12561200. OLE color: 12561200.

HSL color Cylindrical-coordinate representation of color #30ABBF: hue angle of 188.39º 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 #30ABBF is Cyan = 0.75, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB48171191-
CMYK0.750.1000.25
HSL188.39º59.83%46.86%-
HSV(B)188.39º74.87%74.9%-
XYZ25.1933.5254.43-
YUV136.5158.7564.87-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 11.71%
GREEN value IS 171 (67.19% from 255) = 41.71%
BLUE value IS 191 (75% from 255) = 46.59%
R=11.71%
G=41.71%
B=46.59%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal481711910.750.1000.25188.3959.8346.86
Hex30ABBF4BA019bc3c2f
Octal60253277113120312747457
Binary11000010101011101111111001011101001100110111100111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30ABBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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