Html Css Color HEX #85FBCB Aquamarine

📋 copy color: '#85FBCB'

red 133 ◦ green 251 ◦ blue 203

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

Shades of Aquamarine #85FBCB

Tints of Aquamarine #85FBCB

RGB

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

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

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

R = 22.66%
G = 42.76%
B = 34.58%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#85FBCB (or 0x85FBCB) is known color: Aquamarine. HEX triplet: 85, FB and CB. RGB value is (133,251,203). Sum of RGB (Red+Green+Blue) = 133+251+203=587 (77% of max value = 765). Red value is 133 (52.34% from 255 or 22.66% from 587); Green value is 251 (98.44% from 255 or 42.76% from 587); Blue value is 203 (79.69% from 255 or 34.58% from 587); Max value from RGB is 251 - color contains mainly: green. Hex color #85FBCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85FBCB is #7A0434. Grayscale: #D2D2D2. Windows color (decimal): -7996469 or 13368197. OLE color: 13368197.

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

Color convert

RGB 133 251 203 -
CMYK 0.47 0 0.19 0.02
HSL 155.59º 0.94% 0.75% -
HSV(B) 155.59º 0.47% 0.98% -
XYZ 54.95 78.29 68.72 -
YUV 210.25 123.91 72.9 -
System Red Green Blue C M Y K H S L
Decimal 133 251 203 0.47 0 0.19 0.02 155.59 0.94 0.75
Hex 85 FB CB 2F 0 13 2 9C 5E 4B
Octal 205 373 313 57 0 23 2 234 136 113
Binary 10000101 11111011 11001011 101111 0 10011 10 10011100 1011110 1001011

Color Harmonies of #85FBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85FBCB

Black with #85FBCB

Text Example


Text Example

White with #85FBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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