Html Css Color HEX #31ABC0 Pelorous

📋 copy color: '#31ABC0'

red 49 ◦ green 171 ◦ blue 192

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

Shades of Pelorous #31ABC0

Tints of Pelorous #31ABC0

RGB

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

 GREEN value IS 171 (67.19% from 255) = 41.5%

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

R = 11.89%
G = 41.5%
B = 46.6%

CMYK

 C value IS 0.74

 M value IS 0.11

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#31ABC0 (or 0x31ABC0) is known color: Pelorous. HEX triplet: 31, AB and C0. RGB value is (49,171,192). Sum of RGB (Red+Green+Blue) = 49+171+192=412 (54% of max value = 765). Red value is 49 (19.53% from 255 or 11.89% from 412); Green value is 171 (67.19% from 255 or 41.50% from 412); Blue value is 192 (75.39% from 255 or 46.60% from 412); Max value from RGB is 192 - color contains mainly: blue. Hex color #31ABC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #31ABC0 is #CE543F. Grayscale: #888888. Windows color (decimal): -13521984 or 12626737. OLE color: 12626737.

HSL color Cylindrical-coordinate representation of color #31ABC0: hue angle of 188.81º 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 #31ABC0 is Cyan = 0.74, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 49 171 192 -
CMYK 0.74 0.11 0 0.25
HSL 188.81º 0.59% 0.47% -
HSV(B) 188.81º 0.74% 0.75% -
XYZ 25.34 33.58 55.02 -
YUV 136.92 159.08 65.29 -
System Red Green Blue C M Y K H S L
Decimal 49 171 192 0.74 0.11 0 0.25 188.81 0.59 0.47
Hex 31 AB C0 4A B 0 19 BD 3B 2F
Octal 61 253 300 112 13 0 31 275 73 57
Binary 110001 10101011 11000000 1001010 1011 0 11001 10111101 111011 101111

Color Harmonies of #31ABC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31ABC0

Black with #31ABC0

Text Example


Text Example

White with #31ABC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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