Html Css Color HEX #85EFC9 Aquamarine

📋 copy color: '#85EFC9'

red 133 ◦ green 239 ◦ blue 201

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

Shades of Aquamarine #85EFC9

Tints of Aquamarine #85EFC9

RGB

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

 GREEN value IS 239 (93.75% from 255) = 41.71%

 BLUE value IS 201 (78.91% from 255) = 35.08%

R = 23.21%
G = 41.71%
B = 35.08%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.16

 K value IS 0.06

RGB Variations

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

Color information

#85EFC9 (or 0x85EFC9) is known color: Aquamarine. HEX triplet: 85, EF and C9. RGB value is (133,239,201). Sum of RGB (Red+Green+Blue) = 133+239+201=573 (75% of max value = 765). Red value is 133 (52.34% from 255 or 23.21% from 573); Green value is 239 (93.75% from 255 or 41.71% from 573); Blue value is 201 (78.91% from 255 or 35.08% from 573); Max value from RGB is 239 - color contains mainly: green. Hex color #85EFC9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85EFC9 is #7A1036. Grayscale: #CBCBCB. Windows color (decimal): -7999543 or 13234053. OLE color: 13234053.

HSL color Cylindrical-coordinate representation of color #85EFC9: hue angle of 158.49º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #85EFC9 is Cyan = 0.44, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.06.

Color convert

RGB 133 239 201 -
CMYK 0.44 0 0.16 0.06
HSL 158.49º 0.77% 0.73% -
HSV(B) 158.49º 0.44% 0.94% -
XYZ 51.08 70.94 66.26 -
YUV 202.97 126.88 78.09 -
System Red Green Blue C M Y K H S L
Decimal 133 239 201 0.44 0 0.16 0.06 158.49 0.77 0.73
Hex 85 EF C9 2C 0 10 6 9E 4D 49
Octal 205 357 311 54 0 20 6 236 115 111
Binary 10000101 11101111 11001001 101100 0 10000 110 10011110 1001101 1001001

Color Harmonies of #85EFC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85EFC9

Black with #85EFC9

Text Example


Text Example

White with #85EFC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,239,201); }

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

background-color css

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

 a { background-color: rgb(133,239,201); }

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

border-color css

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

 span { border-color: rgb(133,239,201); }

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