Html Css Color HEX #31BABB Light Sea Green

📋 copy color: '#31BABB'

red 49 ◦ green 186 ◦ blue 187

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

Shades of Light Sea Green #31BABB

Tints of Light Sea Green #31BABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 44.31%

R = 11.61%
G = 44.08%
B = 44.31%

CMYK

 C value IS 0.74

 M value IS 0.01

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#31BABB (or 0x31BABB) is known color: Light Sea Green. HEX triplet: 31, BA and BB. RGB value is (49,186,187). Sum of RGB (Red+Green+Blue) = 49+186+187=422 (55% of max value = 765). Red value is 49 (19.53% from 255 or 11.61% from 422); Green value is 186 (73.05% from 255 or 44.08% from 422); Blue value is 187 (73.44% from 255 or 44.31% from 422); Max value from RGB is 187 - color contains mainly: blue. Hex color #31BABB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31BABB is #CE4544. Grayscale: #919191. Windows color (decimal): -13518149 or 12302897. OLE color: 12302897.

HSL color Cylindrical-coordinate representation of color #31BABB: hue angle of 180.43º 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 #31BABB is Cyan = 0.74, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 49 186 187 -
CMYK 0.74 0.01 0 0.27
HSL 180.43º 0.58% 0.46% -
HSV(B) 180.43º 0.74% 0.73% -
XYZ 27.8 39.36 53.15 -
YUV 145.15 151.61 59.42 -
System Red Green Blue C M Y K H S L
Decimal 49 186 187 0.74 0.01 0 0.27 180.43 0.58 0.46
Hex 31 BA BB 4A 1 0 1B B4 3A 2E
Octal 61 272 273 112 1 0 33 264 72 56
Binary 110001 10111010 10111011 1001010 1 0 11011 10110100 111010 101110

Color Harmonies of #31BABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31BABB

Black with #31BABB

Text Example


Text Example

White with #31BABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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