#30A4AF

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

Shades of Pelorous #30A4AF

Tints of Pelorous #30A4AF

Color information

#30A4AF (or 0x30A4AF) is unknown color: approx Pelorous. HEX triplet: 30, A4 and AF. RGB value is (48,164,175). Sum of RGB (Red+Green+Blue) = 48+164+175=387 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.40% from 387); Green value is 164 (64.45% from 255 or 42.38% from 387); Blue value is 175 (68.75% from 255 or 45.22% from 387); Max value from RGB is 175 - color contains mainly: blue. Hex color #30A4AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30A4AF is #CF5B50. Grayscale: #828282. Windows color (decimal): -13589329 or 11510832. OLE color: 11510832.

HSL color Cylindrical-coordinate representation of color #30A4AF: hue angle of 185.2º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #30A4AF is Cyan = 0.73, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB48164175-
CMYK0.730.0600.31
HSL185.2º56.95%43.73%-
HSV(B)185.2º72.57%68.63%-
XYZ22.2330.2745.23-
YUV130.57153.0769.11-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.40%
GREEN value IS 164 (64.45% from 255) = 42.38%
BLUE value IS 175 (68.75% from 255) = 45.22%
R=12.40%
G=42.38%
B=45.22%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal481641750.730.0600.31185.256.9543.73
Hex30A4AF49601Fb9392c
Octal6024425711160372717154
Binary1100001010010010101111100100111001111110111001111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30A4AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,164,175); }

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

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

 a { background-color: rgb(48,164,175); }

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

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

 span { border-color: rgb(48,164,175); }

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