Html Css Color HEX #85B4AE Sea Nymph

📋 copy color: '#85B4AE'

red 133 ◦ green 180 ◦ blue 174

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

Shades of Sea Nymph #85B4AE

Tints of Sea Nymph #85B4AE

RGB

 RED value IS 133 (52.34% from 255) = 27.31%

 GREEN value IS 180 (70.7% from 255) = 36.96%

 BLUE value IS 174 (68.36% from 255) = 35.73%

R = 27.31%
G = 36.96%
B = 35.73%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.03

 K value IS 0.29

RGB Variations

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

Color information

#85B4AE (or 0x85B4AE) is known color: Sea Nymph. HEX triplet: 85, B4 and AE. RGB value is (133,180,174). Sum of RGB (Red+Green+Blue) = 133+180+174=487 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.31% from 487); Green value is 180 (70.70% from 255 or 36.96% from 487); Blue value is 174 (68.36% from 255 or 35.73% from 487); Max value from RGB is 180 - color contains mainly: green. Hex color #85B4AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85B4AE is #7A4B51. Grayscale: #A5A5A5. Windows color (decimal): -8014674 or 11449477. OLE color: 11449477.

HSL color Cylindrical-coordinate representation of color #85B4AE: hue angle of 172.34º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #85B4AE is Cyan = 0.26, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB 133 180 174 -
CMYK 0.26 0 0.03 0.29
HSL 172.34º 0.24% 0.61% -
HSV(B) 172.34º 0.26% 0.71% -
XYZ 33.63 40.69 46.12 -
YUV 165.26 132.93 104.99 -
System Red Green Blue C M Y K H S L
Decimal 133 180 174 0.26 0 0.03 0.29 172.34 0.24 0.61
Hex 85 B4 AE 1A 0 3 1D AC 18 3D
Octal 205 264 256 32 0 3 35 254 30 75
Binary 10000101 10110100 10101110 11010 0 11 11101 10101100 11000 111101

Color Harmonies of #85B4AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85B4AE

Black with #85B4AE

Text Example


Text Example

White with #85B4AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85B4AE; }

 p { color: rgb(133,180,174); }

 H1.HeaderClassName
 {
   color: #85B4AE;
 }
 .AnyTagClassName
 {
   color: #85B4AE;
 }
</style>

background-color css

<style>
 a { background-color: #85B4AE; }

 a { background-color: rgb(133,180,174); }

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

border-color css

<style>
 span { border-color: #85B4AE; }

 span { border-color: rgb(133,180,174); }

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