Html Css Color HEX #6BEECF Aquamarine

📋 copy color: '#6BEECF'

red 107 ◦ green 238 ◦ blue 207

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

Shades of Aquamarine #6BEECF

Tints of Aquamarine #6BEECF

RGB

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

 GREEN value IS 238 (93.36% from 255) = 43.12%

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

R = 19.38%
G = 43.12%
B = 37.5%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#6BEECF (or 0x6BEECF) is known color: Aquamarine. HEX triplet: 6B, EE and CF. RGB value is (107,238,207). Sum of RGB (Red+Green+Blue) = 107+238+207=552 (73% of max value = 765). Red value is 107 (42.19% from 255 or 19.38% from 552); Green value is 238 (93.36% from 255 or 43.12% from 552); Blue value is 207 (81.25% from 255 or 37.5% from 552); Max value from RGB is 238 - color contains mainly: green. Hex color #6BEECF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BEECF is #941130. Grayscale: #C3C3C3. Windows color (decimal): -9703729 or 13626987. OLE color: 13626987.

HSL color Cylindrical-coordinate representation of color #6BEECF: hue angle of 165.8º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6BEECF is Cyan = 0.55, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB 107 238 207 -
CMYK 0.55 0 0.13 0.07
HSL 165.8º 0.79% 0.68% -
HSV(B) 165.8º 0.55% 0.93% -
XYZ 47.9 68.78 69.78 -
YUV 195.3 134.6 65.02 -
System Red Green Blue C M Y K H S L
Decimal 107 238 207 0.55 0 0.13 0.07 165.8 0.79 0.68
Hex 6B EE CF 37 0 D 7 A6 4F 44
Octal 153 356 317 67 0 15 7 246 117 104
Binary 1101011 11101110 11001111 110111 0 1101 111 10100110 1001111 1000100

Color Harmonies of #6BEECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BEECF

Black with #6BEECF

Text Example


Text Example

White with #6BEECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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