Html Css Color HEX #31ABBA Pelorous

📋 copy color: '#31ABBA'

red 49 ◦ green 171 ◦ blue 186

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

Shades of Pelorous #31ABBA

Tints of Pelorous #31ABBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 45.81%

R = 12.07%
G = 42.12%
B = 45.81%

CMYK

 C value IS 0.74

 M value IS 0.08

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#31ABBA (or 0x31ABBA) is known color: Pelorous. HEX triplet: 31, AB and BA. RGB value is (49,171,186). Sum of RGB (Red+Green+Blue) = 49+171+186=406 (53% of max value = 765). Red value is 49 (19.53% from 255 or 12.07% from 406); Green value is 171 (67.19% from 255 or 42.12% from 406); Blue value is 186 (73.05% from 255 or 45.81% from 406); Max value from RGB is 186 - color contains mainly: blue. Hex color #31ABBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #31ABBA is #CE5445. Grayscale: #888888. Windows color (decimal): -13521990 or 12233521. OLE color: 12233521.

HSL color Cylindrical-coordinate representation of color #31ABBA: hue angle of 186.57º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #31ABBA is Cyan = 0.74, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 49 171 186 -
CMYK 0.74 0.08 0 0.27
HSL 186.57º 0.58% 0.46% -
HSV(B) 186.57º 0.74% 0.73% -
XYZ 24.69 33.32 51.59 -
YUV 136.23 156.08 65.78 -
System Red Green Blue C M Y K H S L
Decimal 49 171 186 0.74 0.08 0 0.27 186.57 0.58 0.46
Hex 31 AB BA 4A 8 0 1B BB 3A 2E
Octal 61 253 272 112 10 0 33 273 72 56
Binary 110001 10101011 10111010 1001010 1000 0 11011 10111011 111010 101110

Color Harmonies of #31ABBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31ABBA

Black with #31ABBA

Text Example


Text Example

White with #31ABBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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