#30A7B4

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

Shades of Pelorous #30A7B4

Tints of Pelorous #30A7B4

Color information

#30A7B4 (or 0x30A7B4) is unknown color: approx Pelorous. HEX triplet: 30, A7 and B4. RGB value is (48,167,180). Sum of RGB (Red+Green+Blue) = 48+167+180=395 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.15% from 395); Green value is 167 (65.62% from 255 or 42.28% from 395); Blue value is 180 (70.70% from 255 or 45.57% from 395); Max value from RGB is 180 - color contains mainly: blue. Hex color #30A7B4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #30A7B4 is #CF584B. Grayscale: #848484. Windows color (decimal): -13588556 or 11839280. OLE color: 11839280.

HSL color Cylindrical-coordinate representation of color #30A7B4: hue angle of 185.91º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #30A7B4 is Cyan = 0.73, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB48167180-
CMYK0.730.0700.29
HSL185.91º57.89%44.71%-
HSV(B)185.91º73.33%70.59%-
XYZ23.2831.5648.05-
YUV132.9154.5867.44-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.15%
GREEN value IS 167 (65.62% from 255) = 42.28%
BLUE value IS 180 (70.70% from 255) = 45.57%
R=12.15%
G=42.28%
B=45.57%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal481671800.730.0700.29185.9157.8944.71
Hex30A7B449701Dba3a2d
Octal6024726411170352727255
Binary1100001010011110110100100100111101110110111010111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30A7B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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