Html Css Color HEX #31ADC0 Pelorous

📋 copy color: '#31ADC0'

red 49 ◦ green 173 ◦ blue 192

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

Shades of Pelorous #31ADC0

Tints of Pelorous #31ADC0

RGB

 RED value IS 49 (19.53% from 255) = 11.84%

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

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

R = 11.84%
G = 41.79%
B = 46.38%

CMYK

 C value IS 0.74

 M value IS 0.10

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#31ADC0 (or 0x31ADC0) is known color: Pelorous. HEX triplet: 31, AD and C0. RGB value is (49,173,192). Sum of RGB (Red+Green+Blue) = 49+173+192=414 (54% of max value = 765). Red value is 49 (19.53% from 255 or 11.84% from 414); Green value is 173 (67.97% from 255 or 41.79% from 414); Blue value is 192 (75.39% from 255 or 46.38% from 414); Max value from RGB is 192 - color contains mainly: blue. Hex color #31ADC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #31ADC0 is #CE523F. Grayscale: #898989. Windows color (decimal): -13521472 or 12627249. OLE color: 12627249.

HSL color Cylindrical-coordinate representation of color #31ADC0: hue angle of 187.97º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #31ADC0 is Cyan = 0.74, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 49 173 192 -
CMYK 0.74 0.10 0 0.25
HSL 187.97º 0.59% 0.47% -
HSV(B) 187.97º 0.74% 0.75% -
XYZ 25.72 34.35 55.14 -
YUV 138.09 158.42 64.46 -
System Red Green Blue C M Y K H S L
Decimal 49 173 192 0.74 0.10 0 0.25 187.97 0.59 0.47
Hex 31 AD C0 4A A 0 19 BC 3B 2F
Octal 61 255 300 112 12 0 31 274 73 57
Binary 110001 10101101 11000000 1001010 1010 0 11001 10111100 111011 101111

Color Harmonies of #31ADC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31ADC0

Black with #31ADC0

Text Example


Text Example

White with #31ADC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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