Html Css Color HEX #51CFAF Medium Aquamarine

📋 copy color: '#51CFAF'

red 81 ◦ green 207 ◦ blue 175

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

Shades of Medium Aquamarine #51CFAF

Tints of Medium Aquamarine #51CFAF

RGB

 RED value IS 81 (32.03% from 255) = 17.49%

 GREEN value IS 207 (81.25% from 255) = 44.71%

 BLUE value IS 175 (68.75% from 255) = 37.8%

R = 17.49%
G = 44.71%
B = 37.8%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#51CFAF (or 0x51CFAF) is known color: Medium Aquamarine. HEX triplet: 51, CF and AF. RGB value is (81,207,175). Sum of RGB (Red+Green+Blue) = 81+207+175=463 (61% of max value = 765). Red value is 81 (32.03% from 255 or 17.49% from 463); Green value is 207 (81.25% from 255 or 44.71% from 463); Blue value is 175 (68.75% from 255 or 37.80% from 463); Max value from RGB is 207 - color contains mainly: green. Hex color #51CFAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51CFAF is #AE3050. Grayscale: #A5A5A5. Windows color (decimal): -11415633 or 11521873. OLE color: 11521873.

HSL color Cylindrical-coordinate representation of color #51CFAF: hue angle of 164.76º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #51CFAF is Cyan = 0.61, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.

Color convert

RGB 81 207 175 -
CMYK 0.61 0 0.15 0.19
HSL 164.76º 0.57% 0.56% -
HSV(B) 164.76º 0.61% 0.81% -
XYZ 33.44 49.47 48.34 -
YUV 165.68 133.26 67.6 -
System Red Green Blue C M Y K H S L
Decimal 81 207 175 0.61 0 0.15 0.19 164.76 0.57 0.56
Hex 51 CF AF 3D 0 F 13 A5 39 38
Octal 121 317 257 75 0 17 23 245 71 70
Binary 1010001 11001111 10101111 111101 0 1111 10011 10100101 111001 111000

Color Harmonies of #51CFAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51CFAF

Black with #51CFAF

Text Example


Text Example

White with #51CFAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51CFAF; }

 p { color: rgb(81,207,175); }

 H1.HeaderClassName
 {
   color: #51CFAF;
 }
 .AnyTagClassName
 {
   color: #51CFAF;
 }
</style>

background-color css

<style>
 a { background-color: #51CFAF; }

 a { background-color: rgb(81,207,175); }

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

border-color css

<style>
 span { border-color: #51CFAF; }

 span { border-color: rgb(81,207,175); }

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