Html Css Color HEX #30ADC0 Pelorous

📋 copy color: '#30ADC0'

red 48 ◦ green 173 ◦ blue 192

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

Shades of Pelorous #30ADC0

Tints of Pelorous #30ADC0

RGB

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

 GREEN value IS 173 (67.97% from 255) = 41.89%

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

R = 11.62%
G = 41.89%
B = 46.49%

CMYK

 C value IS 0.75

 M value IS 0.10

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#30ADC0 (or 0x30ADC0) is known color: Pelorous. HEX triplet: 30, AD and C0. RGB value is (48,173,192). Sum of RGB (Red+Green+Blue) = 48+173+192=413 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.62% from 413); Green value is 173 (67.97% from 255 or 41.89% from 413); Blue value is 192 (75.39% from 255 or 46.49% from 413); Max value from RGB is 192 - color contains mainly: blue. Hex color #30ADC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #30ADC0 is #CF523F. Grayscale: #898989. Windows color (decimal): -13587008 or 12627248. OLE color: 12627248.

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

Color convert

RGB 48 173 192 -
CMYK 0.75 0.10 0 0.25
HSL 187.92º 0.6% 0.47% -
HSV(B) 187.92º 0.75% 0.75% -
XYZ 25.68 34.32 55.14 -
YUV 137.79 158.59 63.96 -
System Red Green Blue C M Y K H S L
Decimal 48 173 192 0.75 0.10 0 0.25 187.92 0.6 0.47
Hex 30 AD C0 4B A 0 19 BC 3C 2F
Octal 60 255 300 113 12 0 31 274 74 57
Binary 110000 10101101 11000000 1001011 1010 0 11001 10111100 111100 101111

Color Harmonies of #30ADC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30ADC0

Black with #30ADC0

Text Example


Text Example

White with #30ADC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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