Html Css Color HEX #31B2BE Light Sea Green

📋 copy color: '#31B2BE'

red 49 ◦ green 178 ◦ blue 190

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

Shades of Light Sea Green #31B2BE

Tints of Light Sea Green #31B2BE

RGB

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

 GREEN value IS 178 (69.92% from 255) = 42.69%

 BLUE value IS 190 (74.61% from 255) = 45.56%

R = 11.75%
G = 42.69%
B = 45.56%

CMYK

 C value IS 0.74

 M value IS 0.06

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#31B2BE (or 0x31B2BE) is known color: Light Sea Green. HEX triplet: 31, B2 and BE. RGB value is (49,178,190). Sum of RGB (Red+Green+Blue) = 49+178+190=417 (55% of max value = 765). Red value is 49 (19.53% from 255 or 11.75% from 417); Green value is 178 (69.92% from 255 or 42.69% from 417); Blue value is 190 (74.61% from 255 or 45.56% from 417); Max value from RGB is 190 - color contains mainly: blue. Hex color #31B2BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #31B2BE is #CE4D41. Grayscale: #8C8C8C. Windows color (decimal): -13520194 or 12497457. OLE color: 12497457.

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

Color convert

RGB 49 178 190 -
CMYK 0.74 0.06 0 0.25
HSL 185.11º 0.59% 0.47% -
HSV(B) 185.11º 0.74% 0.75% -
XYZ 26.48 36.21 54.31 -
YUV 140.8 155.76 62.52 -
System Red Green Blue C M Y K H S L
Decimal 49 178 190 0.74 0.06 0 0.25 185.11 0.59 0.47
Hex 31 B2 BE 4A 6 0 19 B9 3B 2F
Octal 61 262 276 112 6 0 31 271 73 57
Binary 110001 10110010 10111110 1001010 110 0 11001 10111001 111011 101111

Color Harmonies of #31B2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31B2BE

Black with #31B2BE

Text Example


Text Example

White with #31B2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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