Html Css Color HEX #85FDBB Aquamarine

📋 copy color: '#85FDBB'

red 133 ◦ green 253 ◦ blue 187

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

Shades of Aquamarine #85FDBB

Tints of Aquamarine #85FDBB

RGB

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

 GREEN value IS 253 (99.22% from 255) = 44.15%

 BLUE value IS 187 (73.44% from 255) = 32.64%

R = 23.21%
G = 44.15%
B = 32.64%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#85FDBB (or 0x85FDBB) is known color: Aquamarine. HEX triplet: 85, FD and BB. RGB value is (133,253,187). Sum of RGB (Red+Green+Blue) = 133+253+187=573 (75% of max value = 765). Red value is 133 (52.34% from 255 or 23.21% from 573); Green value is 253 (99.22% from 255 or 44.15% from 573); Blue value is 187 (73.44% from 255 or 32.64% from 573); Max value from RGB is 253 - color contains mainly: green. Hex color #85FDBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85FDBB is #7A0244. Grayscale: #D1D1D1. Windows color (decimal): -7995973 or 12320133. OLE color: 12320133.

HSL color Cylindrical-coordinate representation of color #85FDBB: hue angle of 147º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #85FDBB is Cyan = 0.47, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB 133 253 187 -
CMYK 0.47 0 0.26 0.01
HSL 147º 0.97% 0.76% -
HSV(B) 147º 0.47% 0.99% -
XYZ 53.77 78.82 59.39 -
YUV 209.6 115.24 73.37 -
System Red Green Blue C M Y K H S L
Decimal 133 253 187 0.47 0 0.26 0.01 147 0.97 0.76
Hex 85 FD BB 2F 0 1A 1 93 61 4C
Octal 205 375 273 57 0 32 1 223 141 114
Binary 10000101 11111101 10111011 101111 0 11010 1 10010011 1100001 1001100

Color Harmonies of #85FDBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85FDBB

Black with #85FDBB

Text Example


Text Example

White with #85FDBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,253,187); }

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

background-color css

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

 a { background-color: rgb(133,253,187); }

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

border-color css

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

 span { border-color: rgb(133,253,187); }

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