Html Css Color HEX #6DF0CA Aquamarine

📋 copy color: '#6DF0CA'

red 109 ◦ green 240 ◦ blue 202

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

Shades of Aquamarine #6DF0CA

Tints of Aquamarine #6DF0CA

RGB

 RED value IS 109 (42.97% from 255) = 19.78%

 GREEN value IS 240 (94.14% from 255) = 43.56%

 BLUE value IS 202 (79.3% from 255) = 36.66%

R = 19.78%
G = 43.56%
B = 36.66%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.16

 K value IS 0.06

RGB Variations

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

Color information

#6DF0CA (or 0x6DF0CA) is known color: Aquamarine. HEX triplet: 6D, F0 and CA. RGB value is (109,240,202). Sum of RGB (Red+Green+Blue) = 109+240+202=551 (72% of max value = 765). Red value is 109 (42.97% from 255 or 19.78% from 551); Green value is 240 (94.14% from 255 or 43.56% from 551); Blue value is 202 (79.30% from 255 or 36.66% from 551); Max value from RGB is 240 - color contains mainly: green. Hex color #6DF0CA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DF0CA is #920F35. Grayscale: #C4C4C4. Windows color (decimal): -9572150 or 13299821. OLE color: 13299821.

HSL color Cylindrical-coordinate representation of color #6DF0CA: hue angle of 162.6º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6DF0CA is Cyan = 0.55, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.06.

Color convert

RGB 109 240 202 -
CMYK 0.55 0 0.16 0.06
HSL 162.6º 0.81% 0.68% -
HSV(B) 162.6º 0.55% 0.94% -
XYZ 48.13 69.84 66.82 -
YUV 196.5 131.1 65.59 -
System Red Green Blue C M Y K H S L
Decimal 109 240 202 0.55 0 0.16 0.06 162.6 0.81 0.68
Hex 6D F0 CA 37 0 10 6 A3 51 44
Octal 155 360 312 67 0 20 6 243 121 104
Binary 1101101 11110000 11001010 110111 0 10000 110 10100011 1010001 1000100

Color Harmonies of #6DF0CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DF0CA

Black with #6DF0CA

Text Example


Text Example

White with #6DF0CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6DF0CA; }

 p { color: rgb(109,240,202); }

 H1.HeaderClassName
 {
   color: #6DF0CA;
 }
 .AnyTagClassName
 {
   color: #6DF0CA;
 }
</style>

background-color css

<style>
 a { background-color: #6DF0CA; }

 a { background-color: rgb(109,240,202); }

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

border-color css

<style>
 span { border-color: #6DF0CA; }

 span { border-color: rgb(109,240,202); }

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