Html Css Color HEX #83BCA3 Sea Nymph

📋 copy color: '#83BCA3'

red 131 ◦ green 188 ◦ blue 163

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

Shades of Sea Nymph #83BCA3

Tints of Sea Nymph #83BCA3

RGB

 RED value IS 131 (51.56% from 255) = 27.18%

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

 BLUE value IS 163 (64.06% from 255) = 33.82%

R = 27.18%
G = 39%
B = 33.82%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.13

 K value IS 0.26

RGB Variations

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

Color information

#83BCA3 (or 0x83BCA3) is known color: Sea Nymph. HEX triplet: 83, BC and A3. RGB value is (131,188,163). Sum of RGB (Red+Green+Blue) = 131+188+163=482 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.18% from 482); Green value is 188 (73.83% from 255 or 39.00% from 482); Blue value is 163 (64.06% from 255 or 33.82% from 482); Max value from RGB is 188 - color contains mainly: green. Hex color #83BCA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83BCA3 is #7C435C. Grayscale: #A8A8A8. Windows color (decimal): -8143709 or 10730627. OLE color: 10730627.

HSL color Cylindrical-coordinate representation of color #83BCA3: hue angle of 153.68º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #83BCA3 is Cyan = 0.30, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.26.

Color convert

RGB 131 188 163 -
CMYK 0.30 0 0.13 0.26
HSL 153.68º 0.3% 0.63% -
HSV(B) 153.68º 0.3% 0.74% -
XYZ 33.95 43.44 41.24 -
YUV 168.11 125.12 101.53 -
System Red Green Blue C M Y K H S L
Decimal 131 188 163 0.30 0 0.13 0.26 153.68 0.3 0.63
Hex 83 BC A3 1E 0 D 1A 9A 1E 3F
Octal 203 274 243 36 0 15 32 232 36 77
Binary 10000011 10111100 10100011 11110 0 1101 11010 10011010 11110 111111

Color Harmonies of #83BCA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83BCA3

Black with #83BCA3

Text Example


Text Example

White with #83BCA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83BCA3; }

 p { color: rgb(131,188,163); }

 H1.HeaderClassName
 {
   color: #83BCA3;
 }
 .AnyTagClassName
 {
   color: #83BCA3;
 }
</style>

background-color css

<style>
 a { background-color: #83BCA3; }

 a { background-color: rgb(131,188,163); }

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

border-color css

<style>
 span { border-color: #83BCA3; }

 span { border-color: rgb(131,188,163); }

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