Html Css Color HEX #6AFBDD Aquamarine

📋 copy color: '#6AFBDD'

red 106 ◦ green 251 ◦ blue 221

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

Shades of Aquamarine #6AFBDD

Tints of Aquamarine #6AFBDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.24%

R = 18.34%
G = 43.43%
B = 38.24%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#6AFBDD (or 0x6AFBDD) is known color: Aquamarine. HEX triplet: 6A, FB and DD. RGB value is (106,251,221). Sum of RGB (Red+Green+Blue) = 106+251+221=578 (76% of max value = 765). Red value is 106 (41.80% from 255 or 18.34% from 578); Green value is 251 (98.44% from 255 or 43.43% from 578); Blue value is 221 (86.72% from 255 or 38.24% from 578); Max value from RGB is 251 - color contains mainly: green. Hex color #6AFBDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AFBDD is #950422. Grayscale: #CCCCCC. Windows color (decimal): -9765923 or 14547818. OLE color: 14547818.

HSL color Cylindrical-coordinate representation of color #6AFBDD: hue angle of 167.59º 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 #6AFBDD is Cyan = 0.58, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 106 251 221 -
CMYK 0.58 0 0.12 0.02
HSL 167.59º 0.95% 0.7% -
HSV(B) 167.59º 0.58% 0.98% -
XYZ 53.49 77.28 80.5 -
YUV 204.23 137.46 57.94 -
System Red Green Blue C M Y K H S L
Decimal 106 251 221 0.58 0 0.12 0.02 167.59 0.95 0.7
Hex 6A FB DD 3A 0 C 2 A8 5F 46
Octal 152 373 335 72 0 14 2 250 137 106
Binary 1101010 11111011 11011101 111010 0 1100 10 10101000 1011111 1000110

Color Harmonies of #6AFBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AFBDD

Black with #6AFBDD

Text Example


Text Example

White with #6AFBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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