Html Css Color HEX #31AFBA Light Sea Green

📋 copy color: '#31AFBA'

red 49 ◦ green 175 ◦ blue 186

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

Shades of Light Sea Green #31AFBA

Tints of Light Sea Green #31AFBA

RGB

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

 GREEN value IS 175 (68.75% from 255) = 42.68%

 BLUE value IS 186 (73.05% from 255) = 45.37%

R = 11.95%
G = 42.68%
B = 45.37%

CMYK

 C value IS 0.74

 M value IS 0.06

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#31AFBA (or 0x31AFBA) is known color: Light Sea Green. HEX triplet: 31, AF and BA. RGB value is (49,175,186). Sum of RGB (Red+Green+Blue) = 49+175+186=410 (54% of max value = 765). Red value is 49 (19.53% from 255 or 11.95% from 410); Green value is 175 (68.75% from 255 or 42.68% from 410); Blue value is 186 (73.05% from 255 or 45.37% from 410); Max value from RGB is 186 - color contains mainly: blue. Hex color #31AFBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #31AFBA is #CE5045. Grayscale: #8A8A8A. Windows color (decimal): -13520966 or 12234545. OLE color: 12234545.

HSL color Cylindrical-coordinate representation of color #31AFBA: hue angle of 184.82º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #31AFBA is Cyan = 0.74, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 49 175 186 -
CMYK 0.74 0.06 0 0.27
HSL 184.82º 0.58% 0.46% -
HSV(B) 184.82º 0.74% 0.73% -
XYZ 25.46 34.86 51.84 -
YUV 138.58 154.76 64.11 -
System Red Green Blue C M Y K H S L
Decimal 49 175 186 0.74 0.06 0 0.27 184.82 0.58 0.46
Hex 31 AF BA 4A 6 0 1B B9 3A 2E
Octal 61 257 272 112 6 0 33 271 72 56
Binary 110001 10101111 10111010 1001010 110 0 11011 10111001 111010 101110

Color Harmonies of #31AFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31AFBA

Black with #31AFBA

Text Example


Text Example

White with #31AFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,175,186); }

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

background-color css

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

 a { background-color: rgb(49,175,186); }

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

border-color css

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

 span { border-color: rgb(49,175,186); }

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