Html Css Color HEX #6FEBCF Aquamarine

📋 copy color: '#6FEBCF'

red 111 ◦ green 235 ◦ blue 207

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

Shades of Aquamarine #6FEBCF

Tints of Aquamarine #6FEBCF

RGB

 RED value IS 111 (43.75% from 255) = 20.07%

 GREEN value IS 235 (92.19% from 255) = 42.5%

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

R = 20.07%
G = 42.5%
B = 37.43%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#6FEBCF (or 0x6FEBCF) is known color: Aquamarine. HEX triplet: 6F, EB and CF. RGB value is (111,235,207). Sum of RGB (Red+Green+Blue) = 111+235+207=553 (73% of max value = 765). Red value is 111 (43.75% from 255 or 20.07% from 553); Green value is 235 (92.19% from 255 or 42.50% from 553); Blue value is 207 (81.25% from 255 or 37.43% from 553); Max value from RGB is 235 - color contains mainly: green. Hex color #6FEBCF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FEBCF is #901430. Grayscale: #C2C2C2. Windows color (decimal): -9442353 or 13626223. OLE color: 13626223.

HSL color Cylindrical-coordinate representation of color #6FEBCF: hue angle of 166.45º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6FEBCF is Cyan = 0.53, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB 111 235 207 -
CMYK 0.53 0 0.12 0.08
HSL 166.45º 0.76% 0.68% -
HSV(B) 166.45º 0.53% 0.92% -
XYZ 47.53 67.3 69.52 -
YUV 194.73 134.92 68.28 -
System Red Green Blue C M Y K H S L
Decimal 111 235 207 0.53 0 0.12 0.08 166.45 0.76 0.68
Hex 6F EB CF 35 0 C 8 A6 4C 44
Octal 157 353 317 65 0 14 10 246 114 104
Binary 1101111 11101011 11001111 110101 0 1100 1000 10100110 1001100 1000100

Color Harmonies of #6FEBCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FEBCF

Black with #6FEBCF

Text Example


Text Example

White with #6FEBCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,235,207); }

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

background-color css

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

 a { background-color: rgb(111,235,207); }

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

border-color css

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

 span { border-color: rgb(111,235,207); }

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