#30ACB7

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

Shades of Pelorous #30ACB7

Tints of Pelorous #30ACB7

Color information

#30ACB7 (or 0x30ACB7) is unknown color: approx Pelorous. HEX triplet: 30, AC and B7. RGB value is (48,172,183). Sum of RGB (Red+Green+Blue) = 48+172+183=403 (53% of max value = 765). Red value is 48 (19.14% from 255 or 11.91% from 403); Green value is 172 (67.58% from 255 or 42.68% from 403); Blue value is 183 (71.88% from 255 or 45.41% from 403); Max value from RGB is 183 - color contains mainly: blue. Hex color #30ACB7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #30ACB7 is #CF5348. Grayscale: #888888. Windows color (decimal): -13587273 or 12037168. OLE color: 12037168.

HSL color Cylindrical-coordinate representation of color #30ACB7: hue angle of 184.89º degrees, saturation: 0.58, 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 #30ACB7 is Cyan = 0.74, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB48172183-
CMYK0.740.0600.28
HSL184.89º58.44%45.29%-
HSV(B)184.89º73.77%71.76%-
XYZ24.5233.5549.98-
YUV136.18154.4265.11-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 11.91%
GREEN value IS 172 (67.58% from 255) = 42.68%
BLUE value IS 183 (71.88% from 255) = 45.41%
R=11.91%
G=42.68%
B=45.41%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal481721830.740.0600.28184.8958.4445.29
Hex30ACB74A601Cb93a2d
Octal6025426711260342717255
Binary1100001010110010110111100101011001110010111001111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30ACB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,172,183); }

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

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

 a { background-color: rgb(48,172,183); }

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

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

 span { border-color: rgb(48,172,183); }

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