Html Css Color HEX #85BCA4 Sea Nymph

📋 copy color: '#85BCA4'

red 133 ◦ green 188 ◦ blue 164

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

Shades of Sea Nymph #85BCA4

Tints of Sea Nymph #85BCA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 33.81%

R = 27.42%
G = 38.76%
B = 33.81%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.13

 K value IS 0.26

RGB Variations

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

Color information

#85BCA4 (or 0x85BCA4) is known color: Sea Nymph. HEX triplet: 85, BC and A4. RGB value is (133,188,164). Sum of RGB (Red+Green+Blue) = 133+188+164=485 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.42% from 485); Green value is 188 (73.83% from 255 or 38.76% from 485); Blue value is 164 (64.45% from 255 or 33.81% from 485); Max value from RGB is 188 - color contains mainly: green. Hex color #85BCA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85BCA4 is #7A435B. Grayscale: #A8A8A8. Windows color (decimal): -8012636 or 10796165. OLE color: 10796165.

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

Color convert

RGB 133 188 164 -
CMYK 0.29 0 0.13 0.26
HSL 153.82º 0.29% 0.63% -
HSV(B) 153.82º 0.29% 0.74% -
XYZ 34.36 43.63 41.73 -
YUV 168.82 125.28 102.45 -
System Red Green Blue C M Y K H S L
Decimal 133 188 164 0.29 0 0.13 0.26 153.82 0.29 0.63
Hex 85 BC A4 1D 0 D 1A 9A 1D 3F
Octal 205 274 244 35 0 15 32 232 35 77
Binary 10000101 10111100 10100100 11101 0 1101 11010 10011010 11101 111111

Color Harmonies of #85BCA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BCA4

Black with #85BCA4

Text Example


Text Example

White with #85BCA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,188,164); }

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

background-color css

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

 a { background-color: rgb(133,188,164); }

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

border-color css

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

 span { border-color: rgb(133,188,164); }

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