Html Css Color HEX #31BCC1 Light Sea Green

📋 copy color: '#31BCC1'

red 49 ◦ green 188 ◦ blue 193

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

Shades of Light Sea Green #31BCC1

Tints of Light Sea Green #31BCC1

RGB

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

 GREEN value IS 188 (73.83% from 255) = 43.72%

 BLUE value IS 193 (75.78% from 255) = 44.88%

R = 11.4%
G = 43.72%
B = 44.88%

CMYK

 C value IS 0.75

 M value IS 0.03

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#31BCC1 (or 0x31BCC1) is known color: Light Sea Green. HEX triplet: 31, BC and C1. RGB value is (49,188,193). Sum of RGB (Red+Green+Blue) = 49+188+193=430 (56% of max value = 765). Red value is 49 (19.53% from 255 or 11.40% from 430); Green value is 188 (73.83% from 255 or 43.72% from 430); Blue value is 193 (75.78% from 255 or 44.88% from 430); Max value from RGB is 193 - color contains mainly: blue. Hex color #31BCC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31BCC1 is #CE433E. Grayscale: #929292. Windows color (decimal): -13517631 or 12696625. OLE color: 12696625.

HSL color Cylindrical-coordinate representation of color #31BCC1: hue angle of 182.08º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #31BCC1 is Cyan = 0.75, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 49 188 193 -
CMYK 0.75 0.03 0 0.24
HSL 182.08º 0.6% 0.47% -
HSV(B) 182.08º 0.75% 0.76% -
XYZ 28.88 40.47 56.74 -
YUV 147.01 153.95 58.09 -
System Red Green Blue C M Y K H S L
Decimal 49 188 193 0.75 0.03 0 0.24 182.08 0.6 0.47
Hex 31 BC C1 4B 3 0 18 B6 3C 2F
Octal 61 274 301 113 3 0 30 266 74 57
Binary 110001 10111100 11000001 1001011 11 0 11000 10110110 111100 101111

Color Harmonies of #31BCC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31BCC1

Black with #31BCC1

Text Example


Text Example

White with #31BCC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,188,193); }

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

background-color css

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

 a { background-color: rgb(49,188,193); }

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

border-color css

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

 span { border-color: rgb(49,188,193); }

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