#30A0C9

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

Shades of Pelorous #30A0C9

Tints of Pelorous #30A0C9

Color information

#30A0C9 (or 0x30A0C9) is unknown color: approx Pelorous. HEX triplet: 30, A0 and C9. RGB value is (48,160,201). Sum of RGB (Red+Green+Blue) = 48+160+201=409 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.74% from 409); Green value is 160 (62.89% from 255 or 39.12% from 409); Blue value is 201 (78.91% from 255 or 49.14% from 409); Max value from RGB is 201 - color contains mainly: blue. Hex color #30A0C9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #30A0C9 is #CF5F36. Grayscale: #828282. Windows color (decimal): -13590327 or 13213744. OLE color: 13213744.

HSL color Cylindrical-coordinate representation of color #30A0C9: hue angle of 196.08º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #30A0C9 is Cyan = 0.76, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB48160201-
CMYK0.760.2000.21
HSL196.08º61.45%48.82%-
HSV(B)196.08º76.12%78.82%-
XYZ24.3329.9959.76-
YUV131.19167.3968.67-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 11.74%
GREEN value IS 160 (62.89% from 255) = 39.12%
BLUE value IS 201 (78.91% from 255) = 49.14%
R=11.74%
G=39.12%
B=49.14%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal481602010.760.2000.21196.0861.4548.82
Hex30A0C94C14015c43d31
Octal60240311114240253047561
Binary110000101000001100100110011001010001010111000100111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30A0C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,160,201); }

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

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

 a { background-color: rgb(48,160,201); }

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

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

 span { border-color: rgb(48,160,201); }

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