Html Css Color HEX #6AF3BB Aquamarine

📋 copy color: '#6AF3BB'

red 106 ◦ green 243 ◦ blue 187

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

Shades of Aquamarine #6AF3BB

Tints of Aquamarine #6AF3BB

RGB

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

 GREEN value IS 243 (95.31% from 255) = 45.34%

 BLUE value IS 187 (73.44% from 255) = 34.89%

R = 19.78%
G = 45.34%
B = 34.89%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#6AF3BB (or 0x6AF3BB) is known color: Aquamarine. HEX triplet: 6A, F3 and BB. RGB value is (106,243,187). Sum of RGB (Red+Green+Blue) = 106+243+187=536 (70% of max value = 765). Red value is 106 (41.80% from 255 or 19.78% from 536); Green value is 243 (95.31% from 255 or 45.34% from 536); Blue value is 187 (73.44% from 255 or 34.89% from 536); Max value from RGB is 243 - color contains mainly: green. Hex color #6AF3BB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AF3BB is #950C44. Grayscale: #C3C3C3. Windows color (decimal): -9768005 or 12317546. OLE color: 12317546.

HSL color Cylindrical-coordinate representation of color #6AF3BB: hue angle of 155.47º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6AF3BB is Cyan = 0.56, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB 106 243 187 -
CMYK 0.56 0 0.23 0.05
HSL 155.47º 0.85% 0.68% -
HSV(B) 155.47º 0.56% 0.95% -
XYZ 46.96 70.75 58.2 -
YUV 195.65 123.11 64.05 -
System Red Green Blue C M Y K H S L
Decimal 106 243 187 0.56 0 0.23 0.05 155.47 0.85 0.68
Hex 6A F3 BB 38 0 17 5 9B 55 44
Octal 152 363 273 70 0 27 5 233 125 104
Binary 1101010 11110011 10111011 111000 0 10111 101 10011011 1010101 1000100

Color Harmonies of #6AF3BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AF3BB

Black with #6AF3BB

Text Example


Text Example

White with #6AF3BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,243,187); }

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

background-color css

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

 a { background-color: rgb(106,243,187); }

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

border-color css

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

 span { border-color: rgb(106,243,187); }

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