Html Css Color HEX #31ACBE Pelorous

📋 copy color: '#31ACBE'

red 49 ◦ green 172 ◦ blue 190

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

Shades of Pelorous #31ACBE

Tints of Pelorous #31ACBE

RGB

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

 GREEN value IS 172 (67.58% from 255) = 41.85%

 BLUE value IS 190 (74.61% from 255) = 46.23%

R = 11.92%
G = 41.85%
B = 46.23%

CMYK

 C value IS 0.74

 M value IS 0.09

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#31ACBE (or 0x31ACBE) is known color: Pelorous. HEX triplet: 31, AC and BE. RGB value is (49,172,190). Sum of RGB (Red+Green+Blue) = 49+172+190=411 (54% of max value = 765). Red value is 49 (19.53% from 255 or 11.92% from 411); Green value is 172 (67.58% from 255 or 41.85% from 411); Blue value is 190 (74.61% from 255 or 46.23% from 411); Max value from RGB is 190 - color contains mainly: blue. Hex color #31ACBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #31ACBE is #CE5341. Grayscale: #898989. Windows color (decimal): -13521730 or 12495921. OLE color: 12495921.

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

Color convert

RGB 49 172 190 -
CMYK 0.74 0.09 0 0.25
HSL 187.66º 0.59% 0.47% -
HSV(B) 187.66º 0.74% 0.75% -
XYZ 25.31 33.88 53.92 -
YUV 137.28 157.75 65.04 -
System Red Green Blue C M Y K H S L
Decimal 49 172 190 0.74 0.09 0 0.25 187.66 0.59 0.47
Hex 31 AC BE 4A 9 0 19 BC 3B 2F
Octal 61 254 276 112 11 0 31 274 73 57
Binary 110001 10101100 10111110 1001010 1001 0 11001 10111100 111011 101111

Color Harmonies of #31ACBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31ACBE

Black with #31ACBE

Text Example


Text Example

White with #31ACBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,172,190); }

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

background-color css

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

 a { background-color: rgb(49,172,190); }

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

border-color css

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

 span { border-color: rgb(49,172,190); }

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