Html Css Color HEX #30AABC Pelorous

📋 copy color: '#30AABC'

red 48 ◦ green 170 ◦ blue 188

#30AABC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pelorous #30AABC

Tints of Pelorous #30AABC

RGB

 RED value IS 48 (19.14% from 255) = 11.82%

 GREEN value IS 170 (66.8% from 255) = 41.87%

 BLUE value IS 188 (73.83% from 255) = 46.31%

R = 11.82%
G = 41.87%
B = 46.31%

CMYK

 C value IS 0.74

 M value IS 0.10

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#30AABC (or 0x30AABC) is known color: Pelorous. HEX triplet: 30, AA and BC. RGB value is (48,170,188). Sum of RGB (Red+Green+Blue) = 48+170+188=406 (53% of max value = 765). Red value is 48 (19.14% from 255 or 11.82% from 406); Green value is 170 (66.80% from 255 or 41.87% from 406); Blue value is 188 (73.83% from 255 or 46.31% from 406); Max value from RGB is 188 - color contains mainly: blue. Hex color #30AABC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #30AABC is #CF5543. Grayscale: #878787. Windows color (decimal): -13587780 or 12364336. OLE color: 12364336.

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

Color convert

RGB 48 170 188 -
CMYK 0.74 0.10 0 0.26
HSL 187.71º 0.59% 0.46% -
HSV(B) 187.71º 0.74% 0.74% -
XYZ 24.67 33.01 52.65 -
YUV 135.57 157.58 65.54 -
System Red Green Blue C M Y K H S L
Decimal 48 170 188 0.74 0.10 0 0.26 187.71 0.59 0.46
Hex 30 AA BC 4A A 0 1A BC 3B 2E
Octal 60 252 274 112 12 0 32 274 73 56
Binary 110000 10101010 10111100 1001010 1010 0 11010 10111100 111011 101110

Color Harmonies of #30AABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30AABC

Black with #30AABC

Text Example


Text Example

White with #30AABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,170,188); }

 H1.HeaderClassName
 {
   color: #30AABC;
 }
 .AnyTagClassName
 {
   color: #30AABC;
 }
</style>

background-color css

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

 a { background-color: rgb(48,170,188); }

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

border-color css

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

 span { border-color: rgb(48,170,188); }

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