Html Css Color HEX #61FFC9 Aquamarine

📋 copy color: '#61FFC9'

red 97 ◦ green 255 ◦ blue 201

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

Shades of Aquamarine #61FFC9

Tints of Aquamarine #61FFC9

RGB

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

 GREEN value IS 255 (100% from 255) = 46.11%

 BLUE value IS 201 (78.91% from 255) = 36.35%

R = 17.54%
G = 46.11%
B = 36.35%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.21

 K value IS 0

RGB Variations

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

Color information

#61FFC9 (or 0x61FFC9) is known color: Aquamarine. HEX triplet: 61, FF and C9. RGB value is (97,255,201). Sum of RGB (Red+Green+Blue) = 97+255+201=553 (73% of max value = 765). Red value is 97 (38.28% from 255 or 17.54% from 553); Green value is 255 (100% from 255 or 46.11% from 553); Blue value is 201 (78.91% from 255 or 36.35% from 553); Max value from RGB is 255 - color contains mainly: green. Hex color #61FFC9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61FFC9 is #9E0036. Grayscale: #C9C9C9. Windows color (decimal): -10354743 or 13238113. OLE color: 13238113.

HSL color Cylindrical-coordinate representation of color #61FFC9: hue angle of 159.49º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #61FFC9 is Cyan = 0.62, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.

Color convert

RGB 97 255 201 -
CMYK 0.62 0 0.21 0
HSL 159.49º 1% 0.69% -
HSV(B) 159.49º 0.62% 1% -
XYZ 51.23 78.28 67.67 -
YUV 201.6 127.65 53.39 -
System Red Green Blue C M Y K H S L
Decimal 97 255 201 0.62 0 0.21 0 159.49 1 0.69
Hex 61 FF C9 3E 0 15 0 9F 64 45
Octal 141 377 311 76 0 25 0 237 144 105
Binary 1100001 11111111 11001001 111110 0 10101 0 10011111 1100100 1000101

Color Harmonies of #61FFC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61FFC9

Black with #61FFC9

Text Example


Text Example

White with #61FFC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,255,201); }

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

background-color css

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

 a { background-color: rgb(97,255,201); }

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

border-color css

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

 span { border-color: rgb(97,255,201); }

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