Html Css Color HEX #6DF2CB Aquamarine

📋 copy color: '#6DF2CB'

red 109 ◦ green 242 ◦ blue 203

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

Shades of Aquamarine #6DF2CB

Tints of Aquamarine #6DF2CB

RGB

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

 GREEN value IS 242 (94.92% from 255) = 43.68%

 BLUE value IS 203 (79.69% from 255) = 36.64%

R = 19.68%
G = 43.68%
B = 36.64%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#6DF2CB (or 0x6DF2CB) is known color: Aquamarine. HEX triplet: 6D, F2 and CB. RGB value is (109,242,203). Sum of RGB (Red+Green+Blue) = 109+242+203=554 (73% of max value = 765). Red value is 109 (42.97% from 255 or 19.68% from 554); Green value is 242 (94.92% from 255 or 43.68% from 554); Blue value is 203 (79.69% from 255 or 36.64% from 554); Max value from RGB is 242 - color contains mainly: green. Hex color #6DF2CB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DF2CB is #920D34. Grayscale: #C5C5C5. Windows color (decimal): -9571637 or 13365869. OLE color: 13365869.

HSL color Cylindrical-coordinate representation of color #6DF2CB: hue angle of 162.41º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6DF2CB is Cyan = 0.55, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB 109 242 203 -
CMYK 0.55 0 0.16 0.05
HSL 162.41º 0.84% 0.69% -
HSV(B) 162.41º 0.55% 0.95% -
XYZ 48.84 71.07 67.64 -
YUV 197.79 130.94 64.67 -
System Red Green Blue C M Y K H S L
Decimal 109 242 203 0.55 0 0.16 0.05 162.41 0.84 0.69
Hex 6D F2 CB 37 0 10 5 A2 54 45
Octal 155 362 313 67 0 20 5 242 124 105
Binary 1101101 11110010 11001011 110111 0 10000 101 10100010 1010100 1000101

Color Harmonies of #6DF2CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DF2CB

Black with #6DF2CB

Text Example


Text Example

White with #6DF2CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,242,203); }

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

background-color css

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

 a { background-color: rgb(109,242,203); }

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

border-color css

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

 span { border-color: rgb(109,242,203); }

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