Html Css Color HEX #31AAAB Light Sea Green

📋 copy color: '#31AAAB'

red 49 ◦ green 170 ◦ blue 171

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

Shades of Light Sea Green #31AAAB

Tints of Light Sea Green #31AAAB

RGB

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

 GREEN value IS 170 (66.8% from 255) = 43.59%

 BLUE value IS 171 (67.19% from 255) = 43.85%

R = 12.56%
G = 43.59%
B = 43.85%

CMYK

 C value IS 0.71

 M value IS 0.01

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#31AAAB (or 0x31AAAB) is known color: Light Sea Green. HEX triplet: 31, AA and AB. RGB value is (49,170,171). Sum of RGB (Red+Green+Blue) = 49+170+171=390 (51% of max value = 765). Red value is 49 (19.53% from 255 or 12.56% from 390); Green value is 170 (66.80% from 255 or 43.59% from 390); Blue value is 171 (67.19% from 255 or 43.85% from 390); Max value from RGB is 171 - color contains mainly: blue. Hex color #31AAAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31AAAB is #CE5554. Grayscale: #858585. Windows color (decimal): -13522261 or 11250225. OLE color: 11250225.

HSL color Cylindrical-coordinate representation of color #31AAAB: hue angle of 180.49º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #31AAAB is Cyan = 0.71, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 49 170 171 -
CMYK 0.71 0.01 0 0.33
HSL 180.49º 0.55% 0.43% -
HSV(B) 180.49º 0.71% 0.67% -
XYZ 22.99 32.34 43.56 -
YUV 133.94 148.91 67.42 -
System Red Green Blue C M Y K H S L
Decimal 49 170 171 0.71 0.01 0 0.33 180.49 0.55 0.43
Hex 31 AA AB 47 1 0 21 B4 37 2B
Octal 61 252 253 107 1 0 41 264 67 53
Binary 110001 10101010 10101011 1000111 1 0 100001 10110100 110111 101011

Color Harmonies of #31AAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31AAAB

Black with #31AAAB

Text Example


Text Example

White with #31AAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,170,171); }

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

background-color css

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

 a { background-color: rgb(49,170,171); }

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

border-color css

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

 span { border-color: rgb(49,170,171); }

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