Html Css Color HEX #6BF7CF Aquamarine

📋 copy color: '#6BF7CF'

red 107 ◦ green 247 ◦ blue 207

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

Shades of Aquamarine #6BF7CF

Tints of Aquamarine #6BF7CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 36.9%

R = 19.07%
G = 44.03%
B = 36.9%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.16

 K value IS 0.03

RGB Variations

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

Color information

#6BF7CF (or 0x6BF7CF) is known color: Aquamarine. HEX triplet: 6B, F7 and CF. RGB value is (107,247,207). Sum of RGB (Red+Green+Blue) = 107+247+207=561 (74% of max value = 765). Red value is 107 (42.19% from 255 or 19.07% from 561); Green value is 247 (96.88% from 255 or 44.03% from 561); Blue value is 207 (81.25% from 255 or 36.90% from 561); Max value from RGB is 247 - color contains mainly: green. Hex color #6BF7CF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BF7CF is #940830. Grayscale: #C8C8C8. Windows color (decimal): -9701425 or 13629291. OLE color: 13629291.

HSL color Cylindrical-coordinate representation of color #6BF7CF: hue angle of 162.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 #6BF7CF is Cyan = 0.57, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.03.

Color convert

RGB 107 247 207 -
CMYK 0.57 0 0.16 0.03
HSL 162.86º 0.9% 0.69% -
HSV(B) 162.86º 0.57% 0.97% -
XYZ 50.59 74.15 70.68 -
YUV 200.58 131.62 61.25 -
System Red Green Blue C M Y K H S L
Decimal 107 247 207 0.57 0 0.16 0.03 162.86 0.9 0.69
Hex 6B F7 CF 39 0 10 3 A3 5A 45
Octal 153 367 317 71 0 20 3 243 132 105
Binary 1101011 11110111 11001111 111001 0 10000 11 10100011 1011010 1000101

Color Harmonies of #6BF7CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BF7CF

Black with #6BF7CF

Text Example


Text Example

White with #6BF7CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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