#30ABBE

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

Shades of Pelorous #30ABBE

Tints of Pelorous #30ABBE

Color information

#30ABBE (or 0x30ABBE) is unknown color: approx Pelorous. HEX triplet: 30, AB and BE. RGB value is (48,171,190). Sum of RGB (Red+Green+Blue) = 48+171+190=409 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.74% from 409); Green value is 171 (67.19% from 255 or 41.81% from 409); Blue value is 190 (74.61% from 255 or 46.45% from 409); Max value from RGB is 190 - color contains mainly: blue. Hex color #30ABBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #30ABBE is #CF5441. Grayscale: #888888. Windows color (decimal): -13587522 or 12495664. OLE color: 12495664.

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

Color convert

RGB48171190-
CMYK0.750.1000.25
HSL188.03º59.66%46.67%-
HSV(B)188.03º74.74%74.51%-
XYZ25.0833.4753.85-
YUV136.39158.2564.96-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 11.74%
GREEN value IS 171 (67.19% from 255) = 41.81%
BLUE value IS 190 (74.61% from 255) = 46.45%
R=11.74%
G=41.81%
B=46.45%

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
Decimal481711900.750.1000.25188.0359.6646.67
Hex30ABBE4BA019bc3c2f
Octal60253276113120312747457
Binary11000010101011101111101001011101001100110111100111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30ABBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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