Html Css Color HEX #31B8BE Light Sea Green

📋 copy color: '#31B8BE'

red 49 ◦ green 184 ◦ blue 190

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

Shades of Light Sea Green #31B8BE

Tints of Light Sea Green #31B8BE

RGB

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

 GREEN value IS 184 (72.27% from 255) = 43.5%

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

R = 11.58%
G = 43.5%
B = 44.92%

CMYK

 C value IS 0.74

 M value IS 0.03

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#31B8BE (or 0x31B8BE) is known color: Light Sea Green. HEX triplet: 31, B8 and BE. RGB value is (49,184,190). Sum of RGB (Red+Green+Blue) = 49+184+190=423 (56% of max value = 765). Red value is 49 (19.53% from 255 or 11.58% from 423); Green value is 184 (72.27% from 255 or 43.50% from 423); Blue value is 190 (74.61% from 255 or 44.92% from 423); Max value from RGB is 190 - color contains mainly: blue. Hex color #31B8BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31B8BE is #CE4741. Grayscale: #909090. Windows color (decimal): -13518658 or 12498993. OLE color: 12498993.

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

Color convert

RGB 49 184 190 -
CMYK 0.74 0.03 0 0.25
HSL 182.55º 0.59% 0.47% -
HSV(B) 182.55º 0.74% 0.75% -
XYZ 27.7 38.65 54.72 -
YUV 144.32 153.77 60.01 -
System Red Green Blue C M Y K H S L
Decimal 49 184 190 0.74 0.03 0 0.25 182.55 0.59 0.47
Hex 31 B8 BE 4A 3 0 19 B7 3B 2F
Octal 61 270 276 112 3 0 31 267 73 57
Binary 110001 10111000 10111110 1001010 11 0 11001 10110111 111011 101111

Color Harmonies of #31B8BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31B8BE

Black with #31B8BE

Text Example


Text Example

White with #31B8BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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