Html Css Color HEX #31ABC3 Pelorous

📋 copy color: '#31ABC3'

red 49 ◦ green 171 ◦ blue 195

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

Shades of Pelorous #31ABC3

Tints of Pelorous #31ABC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 46.99%

R = 11.81%
G = 41.2%
B = 46.99%

CMYK

 C value IS 0.75

 M value IS 0.12

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#31ABC3 (or 0x31ABC3) is known color: Pelorous. HEX triplet: 31, AB and C3. RGB value is (49,171,195). Sum of RGB (Red+Green+Blue) = 49+171+195=415 (54% of max value = 765). Red value is 49 (19.53% from 255 or 11.81% from 415); Green value is 171 (67.19% from 255 or 41.20% from 415); Blue value is 195 (76.56% from 255 or 46.99% from 415); Max value from RGB is 195 - color contains mainly: blue. Hex color #31ABC3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #31ABC3 is #CE543C. Grayscale: #898989. Windows color (decimal): -13521981 or 12823345. OLE color: 12823345.

HSL color Cylindrical-coordinate representation of color #31ABC3: hue angle of 189.86º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #31ABC3 is Cyan = 0.75, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 49 171 195 -
CMYK 0.75 0.12 0 0.24
HSL 189.86º 0.6% 0.48% -
HSV(B) 189.86º 0.75% 0.76% -
XYZ 25.68 33.72 56.78 -
YUV 137.26 160.58 65.05 -
System Red Green Blue C M Y K H S L
Decimal 49 171 195 0.75 0.12 0 0.24 189.86 0.6 0.48
Hex 31 AB C3 4B C 0 18 BE 3C 30
Octal 61 253 303 113 14 0 30 276 74 60
Binary 110001 10101011 11000011 1001011 1100 0 11000 10111110 111100 110000

Color Harmonies of #31ABC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31ABC3

Black with #31ABC3

Text Example


Text Example

White with #31ABC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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