#30A0BF

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

Shades of Pelorous #30A0BF

Tints of Pelorous #30A0BF

Color information

#30A0BF (or 0x30A0BF) is unknown color: approx Pelorous. HEX triplet: 30, A0 and BF. RGB value is (48,160,191). Sum of RGB (Red+Green+Blue) = 48+160+191=399 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.03% from 399); Green value is 160 (62.89% from 255 or 40.10% from 399); Blue value is 191 (75% from 255 or 47.87% from 399); Max value from RGB is 191 - color contains mainly: blue. Hex color #30A0BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #30A0BF is #CF5F40. Grayscale: #818181. Windows color (decimal): -13590337 or 12558384. OLE color: 12558384.

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

Color convert

RGB48160191-
CMYK0.750.1600.25
HSL193.01º59.83%46.86%-
HSV(B)193.01º74.87%74.9%-
XYZ23.1929.5353.77-
YUV130.05162.3969.48-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.03%
GREEN value IS 160 (62.89% from 255) = 40.10%
BLUE value IS 191 (75% from 255) = 47.87%
R=12.03%
G=40.10%
B=47.87%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal481601910.750.1600.25193.0159.8346.86
Hex30A0BF4B10019c13c2f
Octal60240277113200313017457
Binary110000101000001011111110010111000001100111000001111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30A0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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