#30A9BA

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

Shades of Pelorous #30A9BA

Tints of Pelorous #30A9BA

Color information

#30A9BA (or 0x30A9BA) is unknown color: approx Pelorous. HEX triplet: 30, A9 and BA. RGB value is (48,169,186). Sum of RGB (Red+Green+Blue) = 48+169+186=403 (53% of max value = 765). Red value is 48 (19.14% from 255 or 11.91% from 403); Green value is 169 (66.41% from 255 or 41.94% from 403); Blue value is 186 (73.05% from 255 or 46.15% from 403); Max value from RGB is 186 - color contains mainly: blue. Hex color #30A9BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #30A9BA is #CF5645. Grayscale: #868686. Windows color (decimal): -13588038 or 12233008. OLE color: 12233008.

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

Color convert

RGB48169186-
CMYK0.740.0900.27
HSL187.39º58.97%45.88%-
HSV(B)187.39º74.19%72.94%-
XYZ24.2732.5551.46-
YUV134.76156.9166.12-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 11.91%
GREEN value IS 169 (66.41% from 255) = 41.94%
BLUE value IS 186 (73.05% from 255) = 46.15%
R=11.91%
G=41.94%
B=46.15%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal481691860.740.0900.27187.3958.9745.88
Hex30A9BA4A901Bbb3b2e
Octal60251272112110332737356
Binary11000010101001101110101001010100101101110111011111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30A9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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