Html Css Color HEX #31BEA5 Shamrock

📋 copy color: '#31BEA5'

red 49 ◦ green 190 ◦ blue 165

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

Shades of Shamrock #31BEA5

Tints of Shamrock #31BEA5

RGB

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

 GREEN value IS 190 (74.61% from 255) = 47.03%

 BLUE value IS 165 (64.84% from 255) = 40.84%

R = 12.13%
G = 47.03%
B = 40.84%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.13

 K value IS 0.25

RGB Variations

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

Color information

#31BEA5 (or 0x31BEA5) is known color: Shamrock. HEX triplet: 31, BE and A5. RGB value is (49,190,165). Sum of RGB (Red+Green+Blue) = 49+190+165=404 (53% of max value = 765). Red value is 49 (19.53% from 255 or 12.13% from 404); Green value is 190 (74.61% from 255 or 47.03% from 404); Blue value is 165 (64.84% from 255 or 40.84% from 404); Max value from RGB is 190 - color contains mainly: green. Hex color #31BEA5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31BEA5 is #CE415A. Grayscale: #909090. Windows color (decimal): -13517147 or 10862129. OLE color: 10862129.

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

Color convert

RGB 49 190 165 -
CMYK 0.74 0 0.13 0.25
HSL 169.36º 0.59% 0.47% -
HSV(B) 169.36º 0.74% 0.75% -
XYZ 26.47 40.2 41.96 -
YUV 144.99 139.29 59.53 -
System Red Green Blue C M Y K H S L
Decimal 49 190 165 0.74 0 0.13 0.25 169.36 0.59 0.47
Hex 31 BE A5 4A 0 D 19 A9 3B 2F
Octal 61 276 245 112 0 15 31 251 73 57
Binary 110001 10111110 10100101 1001010 0 1101 11001 10101001 111011 101111

Color Harmonies of #31BEA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31BEA5

Black with #31BEA5

Text Example


Text Example

White with #31BEA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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