Html Css Color HEX #85FBE2 Aquamarine

📋 copy color: '#85FBE2'

red 133 ◦ green 251 ◦ blue 226

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

Shades of Aquamarine #85FBE2

Tints of Aquamarine #85FBE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 37.05%

R = 21.8%
G = 41.15%
B = 37.05%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#85FBE2 (or 0x85FBE2) is known color: Aquamarine. HEX triplet: 85, FB and E2. RGB value is (133,251,226). Sum of RGB (Red+Green+Blue) = 133+251+226=610 (80% of max value = 765). Red value is 133 (52.34% from 255 or 21.80% from 610); Green value is 251 (98.44% from 255 or 41.15% from 610); Blue value is 226 (88.67% from 255 or 37.05% from 610); Max value from RGB is 251 - color contains mainly: green. Hex color #85FBE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85FBE2 is #7A041D. Grayscale: #D4D4D4. Windows color (decimal): -7996446 or 14875525. OLE color: 14875525.

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

Color convert

RGB 133 251 226 -
CMYK 0.47 0 0.10 0.02
HSL 167.29º 0.94% 0.75% -
HSV(B) 167.29º 0.47% 0.98% -
XYZ 57.9 79.47 84.24 -
YUV 212.87 135.41 71.03 -
System Red Green Blue C M Y K H S L
Decimal 133 251 226 0.47 0 0.10 0.02 167.29 0.94 0.75
Hex 85 FB E2 2F 0 A 2 A7 5E 4B
Octal 205 373 342 57 0 12 2 247 136 113
Binary 10000101 11111011 11100010 101111 0 1010 10 10100111 1011110 1001011

Color Harmonies of #85FBE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85FBE2

Black with #85FBE2

Text Example


Text Example

White with #85FBE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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