Html Css Color HEX #65CBB2 Medium Aquamarine

📋 copy color: '#65CBB2'

red 101 ◦ green 203 ◦ blue 178

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

Shades of Medium Aquamarine #65CBB2

Tints of Medium Aquamarine #65CBB2

RGB

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

 GREEN value IS 203 (79.69% from 255) = 42.12%

 BLUE value IS 178 (69.92% from 255) = 36.93%

R = 20.95%
G = 42.12%
B = 36.93%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.12

 K value IS 0.20

RGB Variations

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

Color information

#65CBB2 (or 0x65CBB2) is known color: Medium Aquamarine. HEX triplet: 65, CB and B2. RGB value is (101,203,178). Sum of RGB (Red+Green+Blue) = 101+203+178=482 (63% of max value = 765). Red value is 101 (39.84% from 255 or 20.95% from 482); Green value is 203 (79.69% from 255 or 42.12% from 482); Blue value is 178 (69.92% from 255 or 36.93% from 482); Max value from RGB is 203 - color contains mainly: green. Hex color #65CBB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65CBB2 is #9A344D. Grayscale: #A9A9A9. Windows color (decimal): -10105934 or 11717477. OLE color: 11717477.

HSL color Cylindrical-coordinate representation of color #65CBB2: hue angle of 165.29º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #65CBB2 is Cyan = 0.50, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.

Color convert

RGB 101 203 178 -
CMYK 0.50 0 0.12 0.20
HSL 165.29º 0.5% 0.6% -
HSV(B) 165.29º 0.5% 0.8% -
XYZ 34.76 48.69 49.69 -
YUV 169.65 132.71 79.03 -
System Red Green Blue C M Y K H S L
Decimal 101 203 178 0.50 0 0.12 0.20 165.29 0.5 0.6
Hex 65 CB B2 32 0 C 14 A5 32 3C
Octal 145 313 262 62 0 14 24 245 62 74
Binary 1100101 11001011 10110010 110010 0 1100 10100 10100101 110010 111100

Color Harmonies of #65CBB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65CBB2

Black with #65CBB2

Text Example


Text Example

White with #65CBB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,203,178); }

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

background-color css

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

 a { background-color: rgb(101,203,178); }

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

border-color css

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

 span { border-color: rgb(101,203,178); }

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