Html Css Color HEX #31BBBC Light Sea Green

📋 copy color: '#31BBBC'

red 49 ◦ green 187 ◦ blue 188

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

Shades of Light Sea Green #31BBBC

Tints of Light Sea Green #31BBBC

RGB

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

 GREEN value IS 187 (73.44% from 255) = 44.1%

 BLUE value IS 188 (73.83% from 255) = 44.34%

R = 11.56%
G = 44.1%
B = 44.34%

CMYK

 C value IS 0.74

 M value IS 0.01

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#31BBBC (or 0x31BBBC) is known color: Light Sea Green. HEX triplet: 31, BB and BC. RGB value is (49,187,188). Sum of RGB (Red+Green+Blue) = 49+187+188=424 (56% of max value = 765). Red value is 49 (19.53% from 255 or 11.56% from 424); Green value is 187 (73.44% from 255 or 44.10% from 424); Blue value is 188 (73.83% from 255 or 44.34% from 424); Max value from RGB is 188 - color contains mainly: blue. Hex color #31BBBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31BBBC is #CE4443. Grayscale: #919191. Windows color (decimal): -13517892 or 12368689. OLE color: 12368689.

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

Color convert

RGB 49 187 188 -
CMYK 0.74 0.01 0 0.26
HSL 180.43º 0.59% 0.46% -
HSV(B) 180.43º 0.74% 0.74% -
XYZ 28.11 39.82 53.78 -
YUV 145.85 151.78 58.92 -
System Red Green Blue C M Y K H S L
Decimal 49 187 188 0.74 0.01 0 0.26 180.43 0.59 0.46
Hex 31 BB BC 4A 1 0 1A B4 3B 2E
Octal 61 273 274 112 1 0 32 264 73 56
Binary 110001 10111011 10111100 1001010 1 0 11010 10110100 111011 101110

Color Harmonies of #31BBBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31BBBC

Black with #31BBBC

Text Example


Text Example

White with #31BBBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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