Html Css Color HEX #31ACB3 Light Sea Green

📋 copy color: '#31ACB3'

red 49 ◦ green 172 ◦ blue 179

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

Shades of Light Sea Green #31ACB3

Tints of Light Sea Green #31ACB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 44.75%

R = 12.25%
G = 43%
B = 44.75%

CMYK

 C value IS 0.73

 M value IS 0.04

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#31ACB3 (or 0x31ACB3) is known color: Light Sea Green. HEX triplet: 31, AC and B3. RGB value is (49,172,179). Sum of RGB (Red+Green+Blue) = 49+172+179=400 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.25% from 400); Green value is 172 (67.58% from 255 or 43% from 400); Blue value is 179 (70.31% from 255 or 44.75% from 400); Max value from RGB is 179 - color contains mainly: blue. Hex color #31ACB3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #31ACB3 is #CE534C. Grayscale: #878787. Windows color (decimal): -13521741 or 11775025. OLE color: 11775025.

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

Color convert

RGB 49 172 179 -
CMYK 0.73 0.04 0 0.30
HSL 183.23º 0.57% 0.45% -
HSV(B) 183.23º 0.73% 0.7% -
XYZ 24.16 33.41 47.82 -
YUV 136.02 152.25 65.93 -
System Red Green Blue C M Y K H S L
Decimal 49 172 179 0.73 0.04 0 0.30 183.23 0.57 0.45
Hex 31 AC B3 49 4 0 1E B7 39 2D
Octal 61 254 263 111 4 0 36 267 71 55
Binary 110001 10101100 10110011 1001001 100 0 11110 10110111 111001 101101

Color Harmonies of #31ACB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31ACB3

Black with #31ACB3

Text Example


Text Example

White with #31ACB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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