Html Css Color HEX #6AF7BC Aquamarine

📋 copy color: '#6AF7BC'

red 106 ◦ green 247 ◦ blue 188

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

Shades of Aquamarine #6AF7BC

Tints of Aquamarine #6AF7BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 34.75%

R = 19.59%
G = 45.66%
B = 34.75%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.24

 K value IS 0.03

RGB Variations

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

Color information

#6AF7BC (or 0x6AF7BC) is known color: Aquamarine. HEX triplet: 6A, F7 and BC. RGB value is (106,247,188). Sum of RGB (Red+Green+Blue) = 106+247+188=541 (71% of max value = 765). Red value is 106 (41.80% from 255 or 19.59% from 541); Green value is 247 (96.88% from 255 or 45.66% from 541); Blue value is 188 (73.83% from 255 or 34.75% from 541); Max value from RGB is 247 - color contains mainly: green. Hex color #6AF7BC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AF7BC is #950843. Grayscale: #C6C6C6. Windows color (decimal): -9766980 or 12384106. OLE color: 12384106.

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

Color convert

RGB 106 247 188 -
CMYK 0.57 0 0.24 0.03
HSL 154.89º 0.9% 0.69% -
HSV(B) 154.89º 0.57% 0.97% -
XYZ 48.28 73.22 59.16 -
YUV 198.12 122.29 62.3 -
System Red Green Blue C M Y K H S L
Decimal 106 247 188 0.57 0 0.24 0.03 154.89 0.9 0.69
Hex 6A F7 BC 39 0 18 3 9B 5A 45
Octal 152 367 274 71 0 30 3 233 132 105
Binary 1101010 11110111 10111100 111001 0 11000 11 10011011 1011010 1000101

Color Harmonies of #6AF7BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AF7BC

Black with #6AF7BC

Text Example


Text Example

White with #6AF7BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,247,188); }

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

background-color css

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

 a { background-color: rgb(106,247,188); }

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

border-color css

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

 span { border-color: rgb(106,247,188); }

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