#30ACBD

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

Shades of Pelorous #30ACBD

Tints of Pelorous #30ACBD

Color information

#30ACBD (or 0x30ACBD) is unknown color: approx Pelorous. HEX triplet: 30, AC and BD. RGB value is (48,172,189). Sum of RGB (Red+Green+Blue) = 48+172+189=409 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.74% from 409); Green value is 172 (67.58% from 255 or 42.05% from 409); Blue value is 189 (74.22% from 255 or 46.21% from 409); Max value from RGB is 189 - color contains mainly: blue. Hex color #30ACBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #30ACBD is #CF5342. Grayscale: #888888. Windows color (decimal): -13587267 or 12430384. OLE color: 12430384.

HSL color Cylindrical-coordinate representation of color #30ACBD: hue angle of 187.23º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #30ACBD is Cyan = 0.75, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB48172189-
CMYK0.750.0900.26
HSL187.23º59.49%46.47%-
HSV(B)187.23º74.6%74.12%-
XYZ25.1633.8153.34-
YUV136.86157.4264.62-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 11.74%
GREEN value IS 172 (67.58% from 255) = 42.05%
BLUE value IS 189 (74.22% from 255) = 46.21%
R=11.74%
G=42.05%
B=46.21%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal481721890.750.0900.26187.2359.4946.47
Hex30ACBD4B901Abb3b2e
Octal60254275113110322737356
Binary11000010101100101111011001011100101101010111011111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30ACBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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