Html Css Color HEX #85FABB Aquamarine

📋 copy color: '#85FABB'

red 133 ◦ green 250 ◦ blue 187

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

Shades of Aquamarine #85FABB

Tints of Aquamarine #85FABB

RGB

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

 GREEN value IS 250 (98.05% from 255) = 43.86%

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

R = 23.33%
G = 43.86%
B = 32.81%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#85FABB (or 0x85FABB) is known color: Aquamarine. HEX triplet: 85, FA and BB. RGB value is (133,250,187). Sum of RGB (Red+Green+Blue) = 133+250+187=570 (75% of max value = 765). Red value is 133 (52.34% from 255 or 23.33% from 570); Green value is 250 (98.05% from 255 or 43.86% from 570); Blue value is 187 (73.44% from 255 or 32.81% from 570); Max value from RGB is 250 - color contains mainly: green. Hex color #85FABB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85FABB is #7A0544. Grayscale: #CFCFCF. Windows color (decimal): -7996741 or 12319365. OLE color: 12319365.

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

Color convert

RGB 133 250 187 -
CMYK 0.47 0 0.25 0.02
HSL 147.69º 0.92% 0.75% -
HSV(B) 147.69º 0.47% 0.98% -
XYZ 52.83 76.95 59.08 -
YUV 207.84 116.24 74.62 -
System Red Green Blue C M Y K H S L
Decimal 133 250 187 0.47 0 0.25 0.02 147.69 0.92 0.75
Hex 85 FA BB 2F 0 19 2 94 5C 4B
Octal 205 372 273 57 0 31 2 224 134 113
Binary 10000101 11111010 10111011 101111 0 11001 10 10010100 1011100 1001011

Color Harmonies of #85FABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85FABB

Black with #85FABB

Text Example


Text Example

White with #85FABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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