Html Css Color HEX #31ABBE Pelorous

📋 copy color: '#31ABBE'

red 49 ◦ green 171 ◦ blue 190

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

Shades of Pelorous #31ABBE

Tints of Pelorous #31ABBE

RGB

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

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

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

R = 11.95%
G = 41.71%
B = 46.34%

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

#31ABBE (or 0x31ABBE) is known color: Pelorous. HEX triplet: 31, AB and BE. RGB value is (49,171,190). Sum of RGB (Red+Green+Blue) = 49+171+190=410 (54% of max value = 765). Red value is 49 (19.53% from 255 or 11.95% from 410); Green value is 171 (67.19% from 255 or 41.71% from 410); Blue value is 190 (74.61% from 255 or 46.34% from 410); Max value from RGB is 190 - color contains mainly: blue. Hex color #31ABBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #31ABBE is #CE5441. Grayscale: #888888. Windows color (decimal): -13521986 or 12495665. OLE color: 12495665.

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

Color convert

RGB 49 171 190 -
CMYK 0.74 0.10 0 0.25
HSL 188.09º 0.59% 0.47% -
HSV(B) 188.09º 0.74% 0.75% -
XYZ 25.12 33.5 53.86 -
YUV 136.69 158.08 65.46 -
System Red Green Blue C M Y K H S L
Decimal 49 171 190 0.74 0.10 0 0.25 188.09 0.59 0.47
Hex 31 AB BE 4A A 0 19 BC 3B 2F
Octal 61 253 276 112 12 0 31 274 73 57
Binary 110001 10101011 10111110 1001010 1010 0 11001 10111100 111011 101111

Color Harmonies of #31ABBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31ABBE

Black with #31ABBE

Text Example


Text Example

White with #31ABBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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