#83BCA3

Color #83BCA3 Sea Nymph (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sea Nymph #83BCA3

Tints of Sea Nymph #83BCA3

Color information

#83BCA3 (or 0x83BCA3) is unknown color: approx 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

RGB131188163-
CMYK0.3000.130.26
HSL153.68º29.84%62.55%-
HSV(B)153.68º30.32%73.73%-
XYZ33.9543.4441.24-
YUV168.11125.12101.53-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 27.18%
GREEN value IS 188 (73.83% from 255) = 39.00%
BLUE value IS 163 (64.06% from 255) = 33.82%
R=27.18%
G=39.00%
B=33.82%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1311881630.3000.130.26153.6829.8462.55
Hex83BCA31E0D1A9a1e3f
Octal20327424336015322323677
Binary1000001110111100101000111111001101110101001101011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83BCA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>