#30A9BD

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

Shades of Pelorous #30A9BD

Tints of Pelorous #30A9BD

Color information

#30A9BD (or 0x30A9BD) is unknown color: approx Pelorous. HEX triplet: 30, A9 and BD. RGB value is (48,169,189). Sum of RGB (Red+Green+Blue) = 48+169+189=406 (53% of max value = 765). Red value is 48 (19.14% from 255 or 11.82% from 406); Green value is 169 (66.41% from 255 or 41.63% from 406); Blue value is 189 (74.22% from 255 or 46.55% from 406); Max value from RGB is 189 - color contains mainly: blue. Hex color #30A9BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #30A9BD is #CF5642. Grayscale: #868686. Windows color (decimal): -13588035 or 12429616. OLE color: 12429616.

HSL color Cylindrical-coordinate representation of color #30A9BD: hue angle of 188.51º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #30A9BD is Cyan = 0.75, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB48169189-
CMYK0.750.1100.26
HSL188.51º59.49%46.47%-
HSV(B)188.51º74.6%74.12%-
XYZ24.5932.6853.16-
YUV135.1158.4165.87-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 11.82%
GREEN value IS 169 (66.41% from 255) = 41.63%
BLUE value IS 189 (74.22% from 255) = 46.55%
R=11.82%
G=41.63%
B=46.55%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal481691890.750.1100.26188.5159.4946.47
Hex30A9BD4BB01Abd3b2e
Octal60251275113130322757356
Binary11000010101001101111011001011101101101010111101111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30A9BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,169,189); }

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

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

 a { background-color: rgb(48,169,189); }

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

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

 span { border-color: rgb(48,169,189); }

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