Html Css Color HEX #85B4A8 Sea Nymph

📋 copy color: '#85B4A8'

red 133 ◦ green 180 ◦ blue 168

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

Shades of Sea Nymph #85B4A8

Tints of Sea Nymph #85B4A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 34.93%

R = 27.65%
G = 37.42%
B = 34.93%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.07

 K value IS 0.29

RGB Variations

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

Color information

#85B4A8 (or 0x85B4A8) is known color: Sea Nymph. HEX triplet: 85, B4 and A8. RGB value is (133,180,168). Sum of RGB (Red+Green+Blue) = 133+180+168=481 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.65% from 481); Green value is 180 (70.70% from 255 or 37.42% from 481); Blue value is 168 (66.02% from 255 or 34.93% from 481); Max value from RGB is 180 - color contains mainly: green. Hex color #85B4A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85B4A8 is #7A4B57. Grayscale: #A4A4A4. Windows color (decimal): -8014680 or 11056261. OLE color: 11056261.

HSL color Cylindrical-coordinate representation of color #85B4A8: hue angle of 164.68º 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 #85B4A8 is Cyan = 0.26, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.29.

Color convert

RGB 133 180 168 -
CMYK 0.26 0 0.07 0.29
HSL 164.68º 0.24% 0.61% -
HSV(B) 164.68º 0.26% 0.71% -
XYZ 33.06 40.46 43.11 -
YUV 164.58 129.93 105.48 -
System Red Green Blue C M Y K H S L
Decimal 133 180 168 0.26 0 0.07 0.29 164.68 0.24 0.61
Hex 85 B4 A8 1A 0 7 1D A5 18 3D
Octal 205 264 250 32 0 7 35 245 30 75
Binary 10000101 10110100 10101000 11010 0 111 11101 10100101 11000 111101

Color Harmonies of #85B4A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85B4A8

Black with #85B4A8

Text Example


Text Example

White with #85B4A8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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