Html Css Color HEX #31B0BE Pelorous

📋 copy color: '#31B0BE'

red 49 ◦ green 176 ◦ blue 190

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

Shades of Pelorous #31B0BE

Tints of Pelorous #31B0BE

RGB

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

 GREEN value IS 176 (69.14% from 255) = 42.41%

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

R = 11.81%
G = 42.41%
B = 45.78%

CMYK

 C value IS 0.74

 M value IS 0.07

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#31B0BE (or 0x31B0BE) is known color: Pelorous. HEX triplet: 31, B0 and BE. RGB value is (49,176,190). Sum of RGB (Red+Green+Blue) = 49+176+190=415 (54% of max value = 765). Red value is 49 (19.53% from 255 or 11.81% from 415); Green value is 176 (69.14% from 255 or 42.41% from 415); Blue value is 190 (74.61% from 255 or 45.78% from 415); Max value from RGB is 190 - color contains mainly: blue. Hex color #31B0BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #31B0BE is #CE4F41. Grayscale: #8B8B8B. Windows color (decimal): -13520706 or 12496945. OLE color: 12496945.

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

Color convert

RGB 49 176 190 -
CMYK 0.74 0.07 0 0.25
HSL 185.96º 0.59% 0.47% -
HSV(B) 185.96º 0.74% 0.75% -
XYZ 26.09 35.42 54.18 -
YUV 139.62 156.42 63.36 -
System Red Green Blue C M Y K H S L
Decimal 49 176 190 0.74 0.07 0 0.25 185.96 0.59 0.47
Hex 31 B0 BE 4A 7 0 19 BA 3B 2F
Octal 61 260 276 112 7 0 31 272 73 57
Binary 110001 10110000 10111110 1001010 111 0 11001 10111010 111011 101111

Color Harmonies of #31B0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31B0BE

Black with #31B0BE

Text Example


Text Example

White with #31B0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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