Html Css Color HEX #6AECCF Aquamarine

📋 copy color: '#6AECCF'

red 106 ◦ green 236 ◦ blue 207

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

Shades of Aquamarine #6AECCF

Tints of Aquamarine #6AECCF

RGB

 RED value IS 106 (41.8% from 255) = 19.31%

 GREEN value IS 236 (92.58% from 255) = 42.99%

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

R = 19.31%
G = 42.99%
B = 37.7%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#6AECCF (or 0x6AECCF) is known color: Aquamarine. HEX triplet: 6A, EC and CF. RGB value is (106,236,207). Sum of RGB (Red+Green+Blue) = 106+236+207=549 (72% of max value = 765). Red value is 106 (41.80% from 255 or 19.31% from 549); Green value is 236 (92.58% from 255 or 42.99% from 549); Blue value is 207 (81.25% from 255 or 37.70% from 549); Max value from RGB is 236 - color contains mainly: green. Hex color #6AECCF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AECCF is #951330. Grayscale: #C1C1C1. Windows color (decimal): -9769777 or 13626474. OLE color: 13626474.

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

Color convert

RGB 106 236 207 -
CMYK 0.55 0 0.12 0.07
HSL 166.62º 0.77% 0.67% -
HSV(B) 166.62º 0.55% 0.93% -
XYZ 47.2 67.56 69.58 -
YUV 193.82 135.43 65.36 -
System Red Green Blue C M Y K H S L
Decimal 106 236 207 0.55 0 0.12 0.07 166.62 0.77 0.67
Hex 6A EC CF 37 0 C 7 A7 4D 43
Octal 152 354 317 67 0 14 7 247 115 103
Binary 1101010 11101100 11001111 110111 0 1100 111 10100111 1001101 1000011

Color Harmonies of #6AECCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AECCF

Black with #6AECCF

Text Example


Text Example

White with #6AECCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,236,207); }

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

background-color css

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

 a { background-color: rgb(106,236,207); }

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

border-color css

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

 span { border-color: rgb(106,236,207); }

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