Html Css Color HEX #85FBDD Aquamarine

📋 copy color: '#85FBDD'

red 133 ◦ green 251 ◦ blue 221

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

Shades of Aquamarine #85FBDD

Tints of Aquamarine #85FBDD

RGB

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

 GREEN value IS 251 (98.44% from 255) = 41.49%

 BLUE value IS 221 (86.72% from 255) = 36.53%

R = 21.98%
G = 41.49%
B = 36.53%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#85FBDD (or 0x85FBDD) is known color: Aquamarine. HEX triplet: 85, FB and DD. RGB value is (133,251,221). Sum of RGB (Red+Green+Blue) = 133+251+221=605 (80% of max value = 765). Red value is 133 (52.34% from 255 or 21.98% from 605); Green value is 251 (98.44% from 255 or 41.49% from 605); Blue value is 221 (86.72% from 255 or 36.53% from 605); Max value from RGB is 251 - color contains mainly: green. Hex color #85FBDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85FBDD is #7A0422. Grayscale: #D4D4D4. Windows color (decimal): -7996451 or 14547845. OLE color: 14547845.

HSL color Cylindrical-coordinate representation of color #85FBDD: hue angle of 164.75º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #85FBDD is Cyan = 0.47, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 133 251 221 -
CMYK 0.47 0 0.12 0.02
HSL 164.75º 0.94% 0.75% -
HSV(B) 164.75º 0.47% 0.98% -
XYZ 57.22 79.2 80.68 -
YUV 212.3 132.91 71.44 -
System Red Green Blue C M Y K H S L
Decimal 133 251 221 0.47 0 0.12 0.02 164.75 0.94 0.75
Hex 85 FB DD 2F 0 C 2 A5 5E 4B
Octal 205 373 335 57 0 14 2 245 136 113
Binary 10000101 11111011 11011101 101111 0 1100 10 10100101 1011110 1001011

Color Harmonies of #85FBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85FBDD

Black with #85FBDD

Text Example


Text Example

White with #85FBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,251,221); }

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

background-color css

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

 a { background-color: rgb(133,251,221); }

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

border-color css

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

 span { border-color: rgb(133,251,221); }

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