Html Css Color HEX #31BCC2 Light Sea Green

📋 copy color: '#31BCC2'

red 49 ◦ green 188 ◦ blue 194

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

Shades of Light Sea Green #31BCC2

Tints of Light Sea Green #31BCC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 45.01%

R = 11.37%
G = 43.62%
B = 45.01%

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

#31BCC2 (or 0x31BCC2) is known color: Light Sea Green. HEX triplet: 31, BC and C2. RGB value is (49,188,194). Sum of RGB (Red+Green+Blue) = 49+188+194=431 (57% of max value = 765). Red value is 49 (19.53% from 255 or 11.37% from 431); Green value is 188 (73.83% from 255 or 43.62% from 431); Blue value is 194 (76.17% from 255 or 45.01% from 431); Max value from RGB is 194 - color contains mainly: blue. Hex color #31BCC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31BCC2 is #CE433D. Grayscale: #929292. Windows color (decimal): -13517630 or 12762161. OLE color: 12762161.

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

Color convert

RGB 49 188 194 -
CMYK 0.75 0.03 0 0.24
HSL 182.48º 0.6% 0.48% -
HSV(B) 182.48º 0.75% 0.76% -
XYZ 28.99 40.51 57.33 -
YUV 147.12 154.45 58.01 -
System Red Green Blue C M Y K H S L
Decimal 49 188 194 0.75 0.03 0 0.24 182.48 0.6 0.48
Hex 31 BC C2 4B 3 0 18 B6 3C 30
Octal 61 274 302 113 3 0 30 266 74 60
Binary 110001 10111100 11000010 1001011 11 0 11000 10110110 111100 110000

Color Harmonies of #31BCC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31BCC2

Black with #31BCC2

Text Example


Text Example

White with #31BCC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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