Html Css Color HEX #85FBDB Aquamarine

📋 copy color: '#85FBDB'

red 133 ◦ green 251 ◦ blue 219

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

Shades of Aquamarine #85FBDB

Tints of Aquamarine #85FBDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 36.32%

R = 22.06%
G = 41.63%
B = 36.32%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#85FBDB (or 0x85FBDB) is known color: Aquamarine. HEX triplet: 85, FB and DB. RGB value is (133,251,219). Sum of RGB (Red+Green+Blue) = 133+251+219=603 (79% of max value = 765). Red value is 133 (52.34% from 255 or 22.06% from 603); Green value is 251 (98.44% from 255 or 41.63% from 603); Blue value is 219 (85.94% from 255 or 36.32% from 603); Max value from RGB is 251 - color contains mainly: green. Hex color #85FBDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85FBDB is #7A0424. Grayscale: #D4D4D4. Windows color (decimal): -7996453 or 14416773. OLE color: 14416773.

HSL color Cylindrical-coordinate representation of color #85FBDB: hue angle of 163.73º 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 #85FBDB is Cyan = 0.47, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB 133 251 219 -
CMYK 0.47 0 0.13 0.02
HSL 163.73º 0.94% 0.75% -
HSV(B) 163.73º 0.47% 0.98% -
XYZ 56.96 79.1 79.28 -
YUV 212.07 131.91 71.6 -
System Red Green Blue C M Y K H S L
Decimal 133 251 219 0.47 0 0.13 0.02 163.73 0.94 0.75
Hex 85 FB DB 2F 0 D 2 A4 5E 4B
Octal 205 373 333 57 0 15 2 244 136 113
Binary 10000101 11111011 11011011 101111 0 1101 10 10100100 1011110 1001011

Color Harmonies of #85FBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85FBDB

Black with #85FBDB

Text Example


Text Example

White with #85FBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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