Html Css Color HEX #61CFB1 Medium Aquamarine

📋 copy color: '#61CFB1'

red 97 ◦ green 207 ◦ blue 177

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

Shades of Medium Aquamarine #61CFB1

Tints of Medium Aquamarine #61CFB1

RGB

 RED value IS 97 (38.28% from 255) = 20.17%

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

 BLUE value IS 177 (69.53% from 255) = 36.8%

R = 20.17%
G = 43.04%
B = 36.8%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.14

 K value IS 0.19

RGB Variations

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

Color information

#61CFB1 (or 0x61CFB1) is known color: Medium Aquamarine. HEX triplet: 61, CF and B1. RGB value is (97,207,177). Sum of RGB (Red+Green+Blue) = 97+207+177=481 (63% of max value = 765). Red value is 97 (38.28% from 255 or 20.17% from 481); Green value is 207 (81.25% from 255 or 43.04% from 481); Blue value is 177 (69.53% from 255 or 36.80% from 481); Max value from RGB is 207 - color contains mainly: green. Hex color #61CFB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61CFB1 is #9E304E. Grayscale: #AAAAAA. Windows color (decimal): -10367055 or 11652961. OLE color: 11652961.

HSL color Cylindrical-coordinate representation of color #61CFB1: hue angle of 163.64º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #61CFB1 is Cyan = 0.53, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.

Color convert

RGB 97 207 177 -
CMYK 0.53 0 0.14 0.19
HSL 163.64º 0.53% 0.6% -
HSV(B) 163.64º 0.53% 0.81% -
XYZ 35.18 50.34 49.46 -
YUV 170.69 131.56 75.44 -
System Red Green Blue C M Y K H S L
Decimal 97 207 177 0.53 0 0.14 0.19 163.64 0.53 0.6
Hex 61 CF B1 35 0 E 13 A4 35 3C
Octal 141 317 261 65 0 16 23 244 65 74
Binary 1100001 11001111 10110001 110101 0 1110 10011 10100100 110101 111100

Color Harmonies of #61CFB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61CFB1

Black with #61CFB1

Text Example


Text Example

White with #61CFB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61CFB1; }

 p { color: rgb(97,207,177); }

 H1.HeaderClassName
 {
   color: #61CFB1;
 }
 .AnyTagClassName
 {
   color: #61CFB1;
 }
</style>

background-color css

<style>
 a { background-color: #61CFB1; }

 a { background-color: rgb(97,207,177); }

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

border-color css

<style>
 span { border-color: #61CFB1; }

 span { border-color: rgb(97,207,177); }

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