#30A4B6

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

Shades of Pelorous #30A4B6

Tints of Pelorous #30A4B6

Color information

#30A4B6 (or 0x30A4B6) is unknown color: approx Pelorous. HEX triplet: 30, A4 and B6. RGB value is (48,164,182). Sum of RGB (Red+Green+Blue) = 48+164+182=394 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.18% from 394); Green value is 164 (64.45% from 255 or 41.62% from 394); Blue value is 182 (71.48% from 255 or 46.19% from 394); Max value from RGB is 182 - color contains mainly: blue. Hex color #30A4B6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #30A4B6 is #CF5B49. Grayscale: #838383. Windows color (decimal): -13589322 or 11969584. OLE color: 11969584.

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

Color convert

RGB48164182-
CMYK0.740.1000.29
HSL188.06º58.26%45.1%-
HSV(B)188.06º73.63%71.37%-
XYZ22.9430.5648.95-
YUV131.37156.5768.54-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.18%
GREEN value IS 164 (64.45% from 255) = 41.62%
BLUE value IS 182 (71.48% from 255) = 46.19%
R=12.18%
G=41.62%
B=46.19%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal481641820.740.1000.29188.0658.2645.1
Hex30A4B64AA01Dbc3a2d
Octal60244266112120352747255
Binary11000010100100101101101001010101001110110111100111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30A4B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,164,182); }

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

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

 a { background-color: rgb(48,164,182); }

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

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

 span { border-color: rgb(48,164,182); }

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