Html Css Color HEX #85EFCB Aquamarine

📋 copy color: '#85EFCB'

red 133 ◦ green 239 ◦ blue 203

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

Shades of Aquamarine #85EFCB

Tints of Aquamarine #85EFCB

RGB

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

 GREEN value IS 239 (93.75% from 255) = 41.57%

 BLUE value IS 203 (79.69% from 255) = 35.3%

R = 23.13%
G = 41.57%
B = 35.3%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#85EFCB (or 0x85EFCB) is known color: Aquamarine. HEX triplet: 85, EF and CB. RGB value is (133,239,203). Sum of RGB (Red+Green+Blue) = 133+239+203=575 (76% of max value = 765). Red value is 133 (52.34% from 255 or 23.13% from 575); Green value is 239 (93.75% from 255 or 41.57% from 575); Blue value is 203 (79.69% from 255 or 35.30% from 575); Max value from RGB is 239 - color contains mainly: green. Hex color #85EFCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85EFCB is #7A1034. Grayscale: #CBCBCB. Windows color (decimal): -7999541 or 13365125. OLE color: 13365125.

HSL color Cylindrical-coordinate representation of color #85EFCB: hue angle of 159.62º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #85EFCB is Cyan = 0.44, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 133 239 203 -
CMYK 0.44 0 0.15 0.06
HSL 159.62º 0.77% 0.73% -
HSV(B) 159.62º 0.44% 0.94% -
XYZ 51.32 71.03 67.51 -
YUV 203.2 127.88 77.93 -
System Red Green Blue C M Y K H S L
Decimal 133 239 203 0.44 0 0.15 0.06 159.62 0.77 0.73
Hex 85 EF CB 2C 0 F 6 A0 4D 49
Octal 205 357 313 54 0 17 6 240 115 111
Binary 10000101 11101111 11001011 101100 0 1111 110 10100000 1001101 1001001

Color Harmonies of #85EFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85EFCB

Black with #85EFCB

Text Example


Text Example

White with #85EFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,239,203); }

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

background-color css

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

 a { background-color: rgb(133,239,203); }

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

border-color css

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

 span { border-color: rgb(133,239,203); }

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