Html Css Color HEX #83BCA5 Sea Nymph

📋 copy color: '#83BCA5'

red 131 ◦ green 188 ◦ blue 165

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

Shades of Sea Nymph #83BCA5

Tints of Sea Nymph #83BCA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 34.09%

R = 27.07%
G = 38.84%
B = 34.09%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.12

 K value IS 0.26

RGB Variations

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

Color information

#83BCA5 (or 0x83BCA5) is known color: Sea Nymph. HEX triplet: 83, BC and A5. RGB value is (131,188,165). Sum of RGB (Red+Green+Blue) = 131+188+165=484 (64% of max value = 765). Red value is 131 (51.56% from 255 or 27.07% from 484); Green value is 188 (73.83% from 255 or 38.84% from 484); Blue value is 165 (64.84% from 255 or 34.09% from 484); Max value from RGB is 188 - color contains mainly: green. Hex color #83BCA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83BCA5 is #7C435A. Grayscale: #A8A8A8. Windows color (decimal): -8143707 or 10861699. OLE color: 10861699.

HSL color Cylindrical-coordinate representation of color #83BCA5: hue angle of 155.79º 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 #83BCA5 is Cyan = 0.30, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.26.

Color convert

RGB 131 188 165 -
CMYK 0.30 0 0.12 0.26
HSL 155.79º 0.3% 0.63% -
HSV(B) 155.79º 0.3% 0.74% -
XYZ 34.13 43.51 42.2 -
YUV 168.34 126.12 101.37 -
System Red Green Blue C M Y K H S L
Decimal 131 188 165 0.30 0 0.12 0.26 155.79 0.3 0.63
Hex 83 BC A5 1E 0 C 1A 9C 1E 3F
Octal 203 274 245 36 0 14 32 234 36 77
Binary 10000011 10111100 10100101 11110 0 1100 11010 10011100 11110 111111

Color Harmonies of #83BCA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83BCA5

Black with #83BCA5

Text Example


Text Example

White with #83BCA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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