Html Css Color HEX #85F8C8 Aquamarine

📋 copy color: '#85F8C8'

red 133 ◦ green 248 ◦ blue 200

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

Shades of Aquamarine #85F8C8

Tints of Aquamarine #85F8C8

RGB

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

 GREEN value IS 248 (97.27% from 255) = 42.69%

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

R = 22.89%
G = 42.69%
B = 34.42%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.19

 K value IS 0.03

RGB Variations

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

Color information

#85F8C8 (or 0x85F8C8) is known color: Aquamarine. HEX triplet: 85, F8 and C8. RGB value is (133,248,200). Sum of RGB (Red+Green+Blue) = 133+248+200=581 (76% of max value = 765). Red value is 133 (52.34% from 255 or 22.89% from 581); Green value is 248 (97.27% from 255 or 42.69% from 581); Blue value is 200 (78.52% from 255 or 34.42% from 581); Max value from RGB is 248 - color contains mainly: green. Hex color #85F8C8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85F8C8 is #7A0737. Grayscale: #D0D0D0. Windows color (decimal): -7997240 or 13170821. OLE color: 13170821.

HSL color Cylindrical-coordinate representation of color #85F8C8: hue angle of 154.96º degrees, saturation: 0.89, 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 #85F8C8 is Cyan = 0.46, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.03.

Color convert

RGB 133 248 200 -
CMYK 0.46 0 0.19 0.03
HSL 154.96º 0.89% 0.75% -
HSV(B) 154.96º 0.46% 0.97% -
XYZ 53.67 76.29 66.54 -
YUV 208.14 123.4 74.4 -
System Red Green Blue C M Y K H S L
Decimal 133 248 200 0.46 0 0.19 0.03 154.96 0.89 0.75
Hex 85 F8 C8 2E 0 13 3 9B 59 4B
Octal 205 370 310 56 0 23 3 233 131 113
Binary 10000101 11111000 11001000 101110 0 10011 11 10011011 1011001 1001011

Color Harmonies of #85F8C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85F8C8

Black with #85F8C8

Text Example


Text Example

White with #85F8C8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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