Html Css Color HEX #31ACB2 Light Sea Green

📋 copy color: '#31ACB2'

red 49 ◦ green 172 ◦ blue 178

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

Shades of Light Sea Green #31ACB2

Tints of Light Sea Green #31ACB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 44.61%

R = 12.28%
G = 43.11%
B = 44.61%

CMYK

 C value IS 0.72

 M value IS 0.03

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#31ACB2 (or 0x31ACB2) is known color: Light Sea Green. HEX triplet: 31, AC and B2. RGB value is (49,172,178). Sum of RGB (Red+Green+Blue) = 49+172+178=399 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.28% from 399); Green value is 172 (67.58% from 255 or 43.11% from 399); Blue value is 178 (69.92% from 255 or 44.61% from 399); Max value from RGB is 178 - color contains mainly: blue. Hex color #31ACB2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31ACB2 is #CE534D. Grayscale: #878787. Windows color (decimal): -13521742 or 11709489. OLE color: 11709489.

HSL color Cylindrical-coordinate representation of color #31ACB2: hue angle of 182.79º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #31ACB2 is Cyan = 0.72, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 49 172 178 -
CMYK 0.72 0.03 0 0.30
HSL 182.79º 0.57% 0.45% -
HSV(B) 182.79º 0.72% 0.7% -
XYZ 24.06 33.37 47.29 -
YUV 135.91 151.75 66.01 -
System Red Green Blue C M Y K H S L
Decimal 49 172 178 0.72 0.03 0 0.30 182.79 0.57 0.45
Hex 31 AC B2 48 3 0 1E B7 39 2D
Octal 61 254 262 110 3 0 36 267 71 55
Binary 110001 10101100 10110010 1001000 11 0 11110 10110111 111001 101101

Color Harmonies of #31ACB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31ACB2

Black with #31ACB2

Text Example


Text Example

White with #31ACB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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