Html Css Color HEX #31BEBD Light Sea Green

📋 copy color: '#31BEBD'

red 49 ◦ green 190 ◦ blue 189

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

Shades of Light Sea Green #31BEBD

Tints of Light Sea Green #31BEBD

RGB

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

 GREEN value IS 190 (74.61% from 255) = 44.39%

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

R = 11.45%
G = 44.39%
B = 44.16%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#31BEBD (or 0x31BEBD) is known color: Light Sea Green. HEX triplet: 31, BE and BD. RGB value is (49,190,189). Sum of RGB (Red+Green+Blue) = 49+190+189=428 (56% of max value = 765). Red value is 49 (19.53% from 255 or 11.45% from 428); Green value is 190 (74.61% from 255 or 44.39% from 428); Blue value is 189 (74.22% from 255 or 44.16% from 428); Max value from RGB is 190 - color contains mainly: green. Hex color #31BEBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31BEBD is #CE4142. Grayscale: #939393. Windows color (decimal): -13517123 or 12434993. OLE color: 12434993.

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

Color convert

RGB 49 190 189 -
CMYK 0.74 0 0.01 0.25
HSL 179.57º 0.59% 0.47% -
HSV(B) 179.57º 0.74% 0.75% -
XYZ 28.87 41.15 54.57 -
YUV 147.73 151.29 57.58 -
System Red Green Blue C M Y K H S L
Decimal 49 190 189 0.74 0 0.01 0.25 179.57 0.59 0.47
Hex 31 BE BD 4A 0 1 19 B4 3B 2F
Octal 61 276 275 112 0 1 31 264 73 57
Binary 110001 10111110 10111101 1001010 0 1 11001 10110100 111011 101111

Color Harmonies of #31BEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31BEBD

Black with #31BEBD

Text Example


Text Example

White with #31BEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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