Html Css Color HEX #85F7CE Aquamarine

📋 copy color: '#85F7CE'

red 133 ◦ green 247 ◦ blue 206

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

Shades of Aquamarine #85F7CE

Tints of Aquamarine #85F7CE

RGB

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

 GREEN value IS 247 (96.88% from 255) = 42.15%

 BLUE value IS 206 (80.86% from 255) = 35.15%

R = 22.7%
G = 42.15%
B = 35.15%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#85F7CE (or 0x85F7CE) is known color: Aquamarine. HEX triplet: 85, F7 and CE. RGB value is (133,247,206). Sum of RGB (Red+Green+Blue) = 133+247+206=586 (77% of max value = 765). Red value is 133 (52.34% from 255 or 22.70% from 586); Green value is 247 (96.88% from 255 or 42.15% from 586); Blue value is 206 (80.86% from 255 or 35.15% from 586); Max value from RGB is 247 - color contains mainly: green. Hex color #85F7CE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85F7CE is #7A0831. Grayscale: #D0D0D0. Windows color (decimal): -7997490 or 13563781. OLE color: 13563781.

HSL color Cylindrical-coordinate representation of color #85F7CE: hue angle of 158.42º degrees, saturation: 0.88, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #85F7CE is Cyan = 0.46, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB 133 247 206 -
CMYK 0.46 0 0.17 0.03
HSL 158.42º 0.88% 0.75% -
HSV(B) 158.42º 0.46% 0.97% -
XYZ 54.07 75.96 70.21 -
YUV 208.24 126.73 74.33 -
System Red Green Blue C M Y K H S L
Decimal 133 247 206 0.46 0 0.17 0.03 158.42 0.88 0.75
Hex 85 F7 CE 2E 0 11 3 9E 58 4B
Octal 205 367 316 56 0 21 3 236 130 113
Binary 10000101 11110111 11001110 101110 0 10001 11 10011110 1011000 1001011

Color Harmonies of #85F7CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85F7CE

Black with #85F7CE

Text Example


Text Example

White with #85F7CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,247,206); }

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

background-color css

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

 a { background-color: rgb(133,247,206); }

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

border-color css

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

 span { border-color: rgb(133,247,206); }

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