Html Css Color HEX #31BABD Light Sea Green

📋 copy color: '#31BABD'

red 49 ◦ green 186 ◦ blue 189

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

Shades of Light Sea Green #31BABD

Tints of Light Sea Green #31BABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 44.58%

R = 11.56%
G = 43.87%
B = 44.58%

CMYK

 C value IS 0.74

 M value IS 0.02

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#31BABD (or 0x31BABD) is known color: Light Sea Green. HEX triplet: 31, BA and BD. RGB value is (49,186,189). Sum of RGB (Red+Green+Blue) = 49+186+189=424 (56% of max value = 765). Red value is 49 (19.53% from 255 or 11.56% from 424); Green value is 186 (73.05% from 255 or 43.87% from 424); Blue value is 189 (74.22% from 255 or 44.58% from 424); Max value from RGB is 189 - color contains mainly: blue. Hex color #31BABD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31BABD is #CE4542. Grayscale: #919191. Windows color (decimal): -13518147 or 12433969. OLE color: 12433969.

HSL color Cylindrical-coordinate representation of color #31BABD: hue angle of 181.29º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #31BABD is Cyan = 0.74, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 49 186 189 -
CMYK 0.74 0.02 0 0.26
HSL 181.29º 0.59% 0.47% -
HSV(B) 181.29º 0.74% 0.74% -
XYZ 28.01 39.44 54.28 -
YUV 145.38 152.61 59.26 -
System Red Green Blue C M Y K H S L
Decimal 49 186 189 0.74 0.02 0 0.26 181.29 0.59 0.47
Hex 31 BA BD 4A 2 0 1A B5 3B 2F
Octal 61 272 275 112 2 0 32 265 73 57
Binary 110001 10111010 10111101 1001010 10 0 11010 10110101 111011 101111

Color Harmonies of #31BABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31BABD

Black with #31BABD

Text Example


Text Example

White with #31BABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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