Html Css Color HEX #65CF9C Medium Aquamarine

📋 copy color: '#65CF9C'

red 101 ◦ green 207 ◦ blue 156

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

Shades of Medium Aquamarine #65CF9C

Tints of Medium Aquamarine #65CF9C

RGB

 RED value IS 101 (39.84% from 255) = 21.77%

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

 BLUE value IS 156 (61.33% from 255) = 33.62%

R = 21.77%
G = 44.61%
B = 33.62%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.25

 K value IS 0.19

RGB Variations

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

Color information

#65CF9C (or 0x65CF9C) is known color: Medium Aquamarine. HEX triplet: 65, CF and 9C. RGB value is (101,207,156). Sum of RGB (Red+Green+Blue) = 101+207+156=464 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.77% from 464); Green value is 207 (81.25% from 255 or 44.61% from 464); Blue value is 156 (61.33% from 255 or 33.62% from 464); Max value from RGB is 207 - color contains mainly: green. Hex color #65CF9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65CF9C is #9A3063. Grayscale: #A9A9A9. Windows color (decimal): -10104932 or 10276709. OLE color: 10276709.

HSL color Cylindrical-coordinate representation of color #65CF9C: hue angle of 151.13º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #65CF9C is Cyan = 0.51, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.19.

Color convert

RGB 101 207 156 -
CMYK 0.51 0 0.25 0.19
HSL 151.13º 0.52% 0.6% -
HSV(B) 151.13º 0.51% 0.81% -
XYZ 33.68 49.79 39.29 -
YUV 169.49 120.38 79.15 -
System Red Green Blue C M Y K H S L
Decimal 101 207 156 0.51 0 0.25 0.19 151.13 0.52 0.6
Hex 65 CF 9C 33 0 19 13 97 34 3C
Octal 145 317 234 63 0 31 23 227 64 74
Binary 1100101 11001111 10011100 110011 0 11001 10011 10010111 110100 111100

Color Harmonies of #65CF9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65CF9C

Black with #65CF9C

Text Example


Text Example

White with #65CF9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65CF9C; }

 p { color: rgb(101,207,156); }

 H1.HeaderClassName
 {
   color: #65CF9C;
 }
 .AnyTagClassName
 {
   color: #65CF9C;
 }
</style>

background-color css

<style>
 a { background-color: #65CF9C; }

 a { background-color: rgb(101,207,156); }

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

border-color css

<style>
 span { border-color: #65CF9C; }

 span { border-color: rgb(101,207,156); }

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