Html Css Color HEX #31BAAE Light Sea Green

📋 copy color: '#31BAAE'

red 49 ◦ green 186 ◦ blue 174

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

Shades of Light Sea Green #31BAAE

Tints of Light Sea Green #31BAAE

RGB

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

 GREEN value IS 186 (73.05% from 255) = 45.48%

 BLUE value IS 174 (68.36% from 255) = 42.54%

R = 11.98%
G = 45.48%
B = 42.54%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#31BAAE (or 0x31BAAE) is known color: Light Sea Green. HEX triplet: 31, BA and AE. RGB value is (49,186,174). Sum of RGB (Red+Green+Blue) = 49+186+174=409 (54% of max value = 765). Red value is 49 (19.53% from 255 or 11.98% from 409); Green value is 186 (73.05% from 255 or 45.48% from 409); Blue value is 174 (68.36% from 255 or 42.54% from 409); Max value from RGB is 186 - color contains mainly: green. Hex color #31BAAE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31BAAE is #CE4551. Grayscale: #8F8F8F. Windows color (decimal): -13518162 or 11450929. OLE color: 11450929.

HSL color Cylindrical-coordinate representation of color #31BAAE: hue angle of 174.74º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #31BAAE is Cyan = 0.74, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB 49 186 174 -
CMYK 0.74 0 0.06 0.27
HSL 174.74º 0.58% 0.46% -
HSV(B) 174.74º 0.74% 0.73% -
XYZ 26.47 38.83 46.14 -
YUV 143.67 145.11 60.48 -
System Red Green Blue C M Y K H S L
Decimal 49 186 174 0.74 0 0.06 0.27 174.74 0.58 0.46
Hex 31 BA AE 4A 0 6 1B AF 3A 2E
Octal 61 272 256 112 0 6 33 257 72 56
Binary 110001 10111010 10101110 1001010 0 110 11011 10101111 111010 101110

Color Harmonies of #31BAAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31BAAE

Black with #31BAAE

Text Example


Text Example

White with #31BAAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,186,174); }

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

background-color css

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

 a { background-color: rgb(49,186,174); }

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

border-color css

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

 span { border-color: rgb(49,186,174); }

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