Html Css Color HEX #6BF7D6 Aquamarine

📋 copy color: '#6BF7D6'

red 107 ◦ green 247 ◦ blue 214

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

Shades of Aquamarine #6BF7D6

Tints of Aquamarine #6BF7D6

RGB

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

 GREEN value IS 247 (96.88% from 255) = 43.49%

 BLUE value IS 214 (83.98% from 255) = 37.68%

R = 18.84%
G = 43.49%
B = 37.68%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.13

 K value IS 0.03

RGB Variations

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

Color information

#6BF7D6 (or 0x6BF7D6) is known color: Aquamarine. HEX triplet: 6B, F7 and D6. RGB value is (107,247,214). Sum of RGB (Red+Green+Blue) = 107+247+214=568 (75% of max value = 765). Red value is 107 (42.19% from 255 or 18.84% from 568); Green value is 247 (96.88% from 255 or 43.49% from 568); Blue value is 214 (83.98% from 255 or 37.68% from 568); Max value from RGB is 247 - color contains mainly: green. Hex color #6BF7D6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BF7D6 is #940829. Grayscale: #C9C9C9. Windows color (decimal): -9701418 or 14088043. OLE color: 14088043.

HSL color Cylindrical-coordinate representation of color #6BF7D6: hue angle of 165.86º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6BF7D6 is Cyan = 0.57, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.03.

Color convert

RGB 107 247 214 -
CMYK 0.57 0 0.13 0.03
HSL 165.86º 0.9% 0.69% -
HSV(B) 165.86º 0.57% 0.97% -
XYZ 51.46 74.5 75.29 -
YUV 201.38 135.12 60.68 -
System Red Green Blue C M Y K H S L
Decimal 107 247 214 0.57 0 0.13 0.03 165.86 0.9 0.69
Hex 6B F7 D6 39 0 D 3 A6 5A 45
Octal 153 367 326 71 0 15 3 246 132 105
Binary 1101011 11110111 11010110 111001 0 1101 11 10100110 1011010 1000101

Color Harmonies of #6BF7D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BF7D6

Black with #6BF7D6

Text Example


Text Example

White with #6BF7D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,247,214); }

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

background-color css

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

 a { background-color: rgb(107,247,214); }

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

border-color css

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

 span { border-color: rgb(107,247,214); }

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