#30ACBE

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

Shades of Pelorous #30ACBE

Tints of Pelorous #30ACBE

Color information

#30ACBE (or 0x30ACBE) is unknown color: approx Pelorous. HEX triplet: 30, AC and BE. RGB value is (48,172,190). Sum of RGB (Red+Green+Blue) = 48+172+190=410 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.71% from 410); Green value is 172 (67.58% from 255 or 41.95% from 410); Blue value is 190 (74.61% from 255 or 46.34% from 410); Max value from RGB is 190 - color contains mainly: blue. Hex color #30ACBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #30ACBE is #CF5341. Grayscale: #888888. Windows color (decimal): -13587266 or 12495920. OLE color: 12495920.

HSL color Cylindrical-coordinate representation of color #30ACBE: hue angle of 187.61º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #30ACBE is Cyan = 0.75, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB48172190-
CMYK0.750.0900.25
HSL187.61º59.66%46.67%-
HSV(B)187.61º74.74%74.51%-
XYZ25.2733.8553.92-
YUV136.98157.9264.54-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 11.71%
GREEN value IS 172 (67.58% from 255) = 41.95%
BLUE value IS 190 (74.61% from 255) = 46.34%
R=11.71%
G=41.95%
B=46.34%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal481721900.750.0900.25187.6159.6646.67
Hex30ACBE4B9019bc3c2f
Octal60254276113110312747457
Binary11000010101100101111101001011100101100110111100111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30ACBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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