#30a1bb

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

Shades of Pelorous #30A1BB

Tints of Pelorous #30A1BB

Color information

#30A1BB (or 0x30A1BB) is unknown color: approx Pelorous. HEX triplet: 30, A1 and BB. RGB value is (48,161,187). Sum of RGB (Red+Green+Blue) = 48+161+187=396 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.12% from 396); Green value is 161 (63.28% from 255 or 40.66% from 396); Blue value is 187 (73.44% from 255 or 47.22% from 396); Max value from RGB is 187 - color contains mainly: blue. Hex color #30A1BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #30A1BB is #CF5E44. Grayscale: #818181. Windows color (decimal): -13590085 or 12296496. OLE color: 12296496.

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

Color convert

RGB48161187-
CMYK0.740.1400.27
HSL191.22º59.15%46.08%-
HSV(B)191.22º74.33%73.33%-
XYZ22.9329.7151.54-
YUV130.18160.0669.39-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.12%
GREEN value IS 161 (63.28% from 255) = 40.66%
BLUE value IS 187 (73.44% from 255) = 47.22%
R=12.12%
G=40.66%
B=47.22%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal481611870.740.1400.27191.2259.1546.08
Hex30A1BB4AE01Bbf3b2e
Octal60241273112160332777356
Binary11000010100001101110111001010111001101110111111111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30a1bb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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