Html Css Color HEX #6BEFDC Aquamarine

📋 copy color: '#6BEFDC'

red 107 ◦ green 239 ◦ blue 220

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

Shades of Aquamarine #6BEFDC

Tints of Aquamarine #6BEFDC

RGB

 RED value IS 107 (42.19% from 255) = 18.9%

 GREEN value IS 239 (93.75% from 255) = 42.23%

 BLUE value IS 220 (86.33% from 255) = 38.87%

R = 18.9%
G = 42.23%
B = 38.87%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#6BEFDC (or 0x6BEFDC) is known color: Aquamarine. HEX triplet: 6B, EF and DC. RGB value is (107,239,220). Sum of RGB (Red+Green+Blue) = 107+239+220=566 (74% of max value = 765). Red value is 107 (42.19% from 255 or 18.90% from 566); Green value is 239 (93.75% from 255 or 42.23% from 566); Blue value is 220 (86.33% from 255 or 38.87% from 566); Max value from RGB is 239 - color contains mainly: green. Hex color #6BEFDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BEFDC is #941023. Grayscale: #C5C5C5. Windows color (decimal): -9703460 or 14479211. OLE color: 14479211.

HSL color Cylindrical-coordinate representation of color #6BEFDC: hue angle of 171.36º degrees, saturation: 0.8, 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 #6BEFDC is Cyan = 0.55, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 107 239 220 -
CMYK 0.55 0 0.08 0.06
HSL 171.36º 0.8% 0.68% -
HSV(B) 171.36º 0.55% 0.94% -
XYZ 49.85 70.03 78.6 -
YUV 197.37 140.77 63.54 -
System Red Green Blue C M Y K H S L
Decimal 107 239 220 0.55 0 0.08 0.06 171.36 0.8 0.68
Hex 6B EF DC 37 0 8 6 AB 50 44
Octal 153 357 334 67 0 10 6 253 120 104
Binary 1101011 11101111 11011100 110111 0 1000 110 10101011 1010000 1000100

Color Harmonies of #6BEFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BEFDC

Black with #6BEFDC

Text Example


Text Example

White with #6BEFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,239,220); }

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

background-color css

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

 a { background-color: rgb(107,239,220); }

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

border-color css

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

 span { border-color: rgb(107,239,220); }

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