#30A9B8

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

Shades of Pelorous #30A9B8

Tints of Pelorous #30A9B8

Color information

#30A9B8 (or 0x30A9B8) is unknown color: approx Pelorous. HEX triplet: 30, A9 and B8. RGB value is (48,169,184). Sum of RGB (Red+Green+Blue) = 48+169+184=401 (53% of max value = 765). Red value is 48 (19.14% from 255 or 11.97% from 401); Green value is 169 (66.41% from 255 or 42.14% from 401); Blue value is 184 (72.27% from 255 or 45.89% from 401); Max value from RGB is 184 - color contains mainly: blue. Hex color #30A9B8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #30A9B8 is #CF5647. Grayscale: #868686. Windows color (decimal): -13588040 or 12101936. OLE color: 12101936.

HSL color Cylindrical-coordinate representation of color #30A9B8: hue angle of 186.62º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #30A9B8 is Cyan = 0.74, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB48169184-
CMYK0.740.0800.28
HSL186.62º58.62%45.49%-
HSV(B)186.62º73.91%72.16%-
XYZ24.0632.4750.35-
YUV134.53155.9166.28-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 11.97%
GREEN value IS 169 (66.41% from 255) = 42.14%
BLUE value IS 184 (72.27% from 255) = 45.89%
R=11.97%
G=42.14%
B=45.89%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal481691840.740.0800.28186.6258.6245.49
Hex30A9B84A801Cbb3b2d
Octal60251270112100342737355
Binary11000010101001101110001001010100001110010111011111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30A9B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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