#30afc1

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

Shades of Pelorous #30AFC1

Tints of Pelorous #30AFC1

Color information

#30AFC1 (or 0x30AFC1) is unknown color: approx Pelorous. HEX triplet: 30, AF and C1. RGB value is (48,175,193). Sum of RGB (Red+Green+Blue) = 48+175+193=416 (55% of max value = 765). Red value is 48 (19.14% from 255 or 11.54% from 416); Green value is 175 (68.75% from 255 or 42.07% from 416); Blue value is 193 (75.78% from 255 or 46.39% from 416); Max value from RGB is 193 - color contains mainly: blue. Hex color #30AFC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #30AFC1 is #CF503E. Grayscale: #8A8A8A. Windows color (decimal): -13586495 or 12693296. OLE color: 12693296.

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

Color convert

RGB48175193-
CMYK0.750.0900.24
HSL187.45º60.17%47.25%-
HSV(B)187.45º75.13%75.69%-
XYZ26.1735.1455.85-
YUV139.08158.4263.04-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 11.54%
GREEN value IS 175 (68.75% from 255) = 42.07%
BLUE value IS 193 (75.78% from 255) = 46.39%
R=11.54%
G=42.07%
B=46.39%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal481751930.750.0900.24187.4560.1747.25
Hex30AFC14B9018bb3c2f
Octal60257301113110302737457
Binary11000010101111110000011001011100101100010111011111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30afc1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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