Html Css Color HEX #85FBDA Aquamarine

📋 copy color: '#85FBDA'

red 133 ◦ green 251 ◦ blue 218

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

Shades of Aquamarine #85FBDA

Tints of Aquamarine #85FBDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 36.21%

R = 22.09%
G = 41.69%
B = 36.21%

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

#85FBDA (or 0x85FBDA) is known color: Aquamarine. HEX triplet: 85, FB and DA. RGB value is (133,251,218). Sum of RGB (Red+Green+Blue) = 133+251+218=602 (79% of max value = 765). Red value is 133 (52.34% from 255 or 22.09% from 602); Green value is 251 (98.44% from 255 or 41.69% from 602); Blue value is 218 (85.55% from 255 or 36.21% from 602); Max value from RGB is 251 - color contains mainly: green. Hex color #85FBDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85FBDA is #7A0425. Grayscale: #D3D3D3. Windows color (decimal): -7996454 or 14351237. OLE color: 14351237.

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

Color convert

RGB 133 251 218 -
CMYK 0.47 0 0.13 0.02
HSL 163.22º 0.94% 0.75% -
HSV(B) 163.22º 0.47% 0.98% -
XYZ 56.82 79.04 78.59 -
YUV 211.96 131.41 71.68 -
System Red Green Blue C M Y K H S L
Decimal 133 251 218 0.47 0 0.13 0.02 163.22 0.94 0.75
Hex 85 FB DA 2F 0 D 2 A3 5E 4B
Octal 205 373 332 57 0 15 2 243 136 113
Binary 10000101 11111011 11011010 101111 0 1101 10 10100011 1011110 1001011

Color Harmonies of #85FBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85FBDA

Black with #85FBDA

Text Example


Text Example

White with #85FBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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