#30A8BB

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

Shades of Pelorous #30A8BB

Tints of Pelorous #30A8BB

Color information

#30A8BB (or 0x30A8BB) is unknown color: approx Pelorous. HEX triplet: 30, A8 and BB. RGB value is (48,168,187). Sum of RGB (Red+Green+Blue) = 48+168+187=403 (53% of max value = 765). Red value is 48 (19.14% from 255 or 11.91% from 403); Green value is 168 (66.02% from 255 or 41.69% from 403); Blue value is 187 (73.44% from 255 or 46.40% from 403); Max value from RGB is 187 - color contains mainly: blue. Hex color #30A8BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #30A8BB is #CF5744. Grayscale: #868686. Windows color (decimal): -13588293 or 12298288. OLE color: 12298288.

HSL color Cylindrical-coordinate representation of color #30A8BB: hue angle of 188.2º 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 #30A8BB is Cyan = 0.74, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB48168187-
CMYK0.740.1000.27
HSL188.2º59.15%46.08%-
HSV(B)188.2º74.33%73.33%-
XYZ24.1932.2251.96-
YUV134.29157.7466.46-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 11.91%
GREEN value IS 168 (66.02% from 255) = 41.69%
BLUE value IS 187 (73.44% from 255) = 46.40%
R=11.91%
G=41.69%
B=46.40%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal481681870.740.1000.27188.259.1546.08
Hex30A8BB4AA01Bbc3b2e
Octal60250273112120332747356
Binary11000010101000101110111001010101001101110111100111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30A8BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,168,187); }

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

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

 a { background-color: rgb(48,168,187); }

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

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

 span { border-color: rgb(48,168,187); }

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