Html Css Color HEX #85F2C8 Aquamarine

📋 copy color: '#85F2C8'

red 133 ◦ green 242 ◦ blue 200

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

Shades of Aquamarine #85F2C8

Tints of Aquamarine #85F2C8

RGB

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

 GREEN value IS 242 (94.92% from 255) = 42.09%

 BLUE value IS 200 (78.52% from 255) = 34.78%

R = 23.13%
G = 42.09%
B = 34.78%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.17

 K value IS 0.05

RGB Variations

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

Color information

#85F2C8 (or 0x85F2C8) is known color: Aquamarine. HEX triplet: 85, F2 and C8. RGB value is (133,242,200). Sum of RGB (Red+Green+Blue) = 133+242+200=575 (76% of max value = 765). Red value is 133 (52.34% from 255 or 23.13% from 575); Green value is 242 (94.92% from 255 or 42.09% from 575); Blue value is 200 (78.52% from 255 or 34.78% from 575); Max value from RGB is 242 - color contains mainly: green. Hex color #85F2C8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85F2C8 is #7A0D37. Grayscale: #CCCCCC. Windows color (decimal): -7998776 or 13169285. OLE color: 13169285.

HSL color Cylindrical-coordinate representation of color #85F2C8: hue angle of 156.88º degrees, saturation: 0.81, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #85F2C8 is Cyan = 0.45, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB 133 242 200 -
CMYK 0.45 0 0.17 0.05
HSL 156.88º 0.81% 0.74% -
HSV(B) 156.88º 0.45% 0.95% -
XYZ 51.85 72.66 65.94 -
YUV 204.62 125.39 76.92 -
System Red Green Blue C M Y K H S L
Decimal 133 242 200 0.45 0 0.17 0.05 156.88 0.81 0.74
Hex 85 F2 C8 2D 0 11 5 9D 51 4A
Octal 205 362 310 55 0 21 5 235 121 112
Binary 10000101 11110010 11001000 101101 0 10001 101 10011101 1010001 1001010

Color Harmonies of #85F2C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85F2C8

Black with #85F2C8

Text Example


Text Example

White with #85F2C8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,242,200); }

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

background-color css

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

 a { background-color: rgb(133,242,200); }

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

border-color css

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

 span { border-color: rgb(133,242,200); }

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