Html Css Color HEX #30A6C0 Pelorous

📋 copy color: '#30A6C0'

red 48 ◦ green 166 ◦ blue 192

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

Shades of Pelorous #30A6C0

Tints of Pelorous #30A6C0

RGB

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

 GREEN value IS 166 (65.23% from 255) = 40.89%

 BLUE value IS 192 (75.39% from 255) = 47.29%

R = 11.82%
G = 40.89%
B = 47.29%

CMYK

 C value IS 0.75

 M value IS 0.14

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#30A6C0 (or 0x30A6C0) is known color: Pelorous. HEX triplet: 30, A6 and C0. RGB value is (48,166,192). Sum of RGB (Red+Green+Blue) = 48+166+192=406 (53% of max value = 765). Red value is 48 (19.14% from 255 or 11.82% from 406); Green value is 166 (65.23% from 255 or 40.89% from 406); Blue value is 192 (75.39% from 255 or 47.29% from 406); Max value from RGB is 192 - color contains mainly: blue. Hex color #30A6C0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #30A6C0 is #CF593F. Grayscale: #858585. Windows color (decimal): -13588800 or 12625456. OLE color: 12625456.

HSL color Cylindrical-coordinate representation of color #30A6C0: hue angle of 190.83º 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 #30A6C0 is Cyan = 0.75, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 48 166 192 -
CMYK 0.75 0.14 0 0.25
HSL 190.83º 0.6% 0.47% -
HSV(B) 190.83º 0.75% 0.75% -
XYZ 24.37 31.71 54.7 -
YUV 133.68 160.91 66.89 -
System Red Green Blue C M Y K H S L
Decimal 48 166 192 0.75 0.14 0 0.25 190.83 0.6 0.47
Hex 30 A6 C0 4B E 0 19 BF 3C 2F
Octal 60 246 300 113 16 0 31 277 74 57
Binary 110000 10100110 11000000 1001011 1110 0 11001 10111111 111100 101111

Color Harmonies of #30A6C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30A6C0

Black with #30A6C0

Text Example


Text Example

White with #30A6C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,166,192); }

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

background-color css

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

 a { background-color: rgb(48,166,192); }

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

border-color css

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

 span { border-color: rgb(48,166,192); }

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