#30A7BF

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

Shades of Pelorous #30A7BF

Tints of Pelorous #30A7BF

Color information

#30A7BF (or 0x30A7BF) is unknown color: approx Pelorous. HEX triplet: 30, A7 and BF. RGB value is (48,167,191). Sum of RGB (Red+Green+Blue) = 48+167+191=406 (53% of max value = 765). Red value is 48 (19.14% from 255 or 11.82% from 406); Green value is 167 (65.62% from 255 or 41.13% from 406); Blue value is 191 (75% from 255 or 47.04% from 406); Max value from RGB is 191 - color contains mainly: blue. Hex color #30A7BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #30A7BF is #CF5840. Grayscale: #858585. Windows color (decimal): -13588545 or 12560176. OLE color: 12560176.

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

Color convert

RGB48167191-
CMYK0.750.1300.25
HSL190.07º59.83%46.86%-
HSV(B)190.07º74.87%74.9%-
XYZ24.4432.0354.18-
YUV134.16160.0866.55-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 11.82%
GREEN value IS 167 (65.62% from 255) = 41.13%
BLUE value IS 191 (75% from 255) = 47.04%
R=11.82%
G=41.13%
B=47.04%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal481671910.750.1300.25190.0759.8346.86
Hex30A7BF4BD019be3c2f
Octal60247277113150312767457
Binary11000010100111101111111001011110101100110111110111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30A7BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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