Html Css Color HEX #31ACB5 Light Sea Green

📋 copy color: '#31ACB5'

red 49 ◦ green 172 ◦ blue 181

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

Shades of Light Sea Green #31ACB5

Tints of Light Sea Green #31ACB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 45.02%

R = 12.19%
G = 42.79%
B = 45.02%

CMYK

 C value IS 0.73

 M value IS 0.05

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#31ACB5 (or 0x31ACB5) is known color: Light Sea Green. HEX triplet: 31, AC and B5. RGB value is (49,172,181). Sum of RGB (Red+Green+Blue) = 49+172+181=402 (53% of max value = 765). Red value is 49 (19.53% from 255 or 12.19% from 402); Green value is 172 (67.58% from 255 or 42.79% from 402); Blue value is 181 (71.09% from 255 or 45.02% from 402); Max value from RGB is 181 - color contains mainly: blue. Hex color #31ACB5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #31ACB5 is #CE534A. Grayscale: #888888. Windows color (decimal): -13521739 or 11906097. OLE color: 11906097.

HSL color Cylindrical-coordinate representation of color #31ACB5: hue angle of 184.09º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #31ACB5 is Cyan = 0.73, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 49 172 181 -
CMYK 0.73 0.05 0 0.29
HSL 184.09º 0.57% 0.45% -
HSV(B) 184.09º 0.73% 0.71% -
XYZ 24.36 33.49 48.9 -
YUV 136.25 153.25 65.77 -
System Red Green Blue C M Y K H S L
Decimal 49 172 181 0.73 0.05 0 0.29 184.09 0.57 0.45
Hex 31 AC B5 49 5 0 1D B8 39 2D
Octal 61 254 265 111 5 0 35 270 71 55
Binary 110001 10101100 10110101 1001001 101 0 11101 10111000 111001 101101

Color Harmonies of #31ACB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31ACB5

Black with #31ACB5

Text Example


Text Example

White with #31ACB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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