Html Css Color HEX #6AFBDB Aquamarine

📋 copy color: '#6AFBDB'

red 106 ◦ green 251 ◦ blue 219

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

Shades of Aquamarine #6AFBDB

Tints of Aquamarine #6AFBDB

RGB

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

 GREEN value IS 251 (98.44% from 255) = 43.58%

 BLUE value IS 219 (85.94% from 255) = 38.02%

R = 18.4%
G = 43.58%
B = 38.02%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#6AFBDB (or 0x6AFBDB) is known color: Aquamarine. HEX triplet: 6A, FB and DB. RGB value is (106,251,219). Sum of RGB (Red+Green+Blue) = 106+251+219=576 (76% of max value = 765). Red value is 106 (41.80% from 255 or 18.40% from 576); Green value is 251 (98.44% from 255 or 43.58% from 576); Blue value is 219 (85.94% from 255 or 38.02% from 576); Max value from RGB is 251 - color contains mainly: green. Hex color #6AFBDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AFBDB is #950424. Grayscale: #CBCBCB. Windows color (decimal): -9765925 or 14416746. OLE color: 14416746.

HSL color Cylindrical-coordinate representation of color #6AFBDB: hue angle of 166.76º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6AFBDB is Cyan = 0.58, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB 106 251 219 -
CMYK 0.58 0 0.13 0.02
HSL 166.76º 0.95% 0.7% -
HSV(B) 166.76º 0.58% 0.98% -
XYZ 53.23 77.17 79.11 -
YUV 204 136.46 58.1 -
System Red Green Blue C M Y K H S L
Decimal 106 251 219 0.58 0 0.13 0.02 166.76 0.95 0.7
Hex 6A FB DB 3A 0 D 2 A7 5F 46
Octal 152 373 333 72 0 15 2 247 137 106
Binary 1101010 11111011 11011011 111010 0 1101 10 10100111 1011111 1000110

Color Harmonies of #6AFBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AFBDB

Black with #6AFBDB

Text Example


Text Example

White with #6AFBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,251,219); }

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

background-color css

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

 a { background-color: rgb(106,251,219); }

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

border-color css

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

 span { border-color: rgb(106,251,219); }

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