Html Css Color HEX #6AFDCF Aquamarine

📋 copy color: '#6AFDCF'

red 106 ◦ green 253 ◦ blue 207

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

Shades of Aquamarine #6AFDCF

Tints of Aquamarine #6AFDCF

RGB

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

 GREEN value IS 253 (99.22% from 255) = 44.7%

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

R = 18.73%
G = 44.7%
B = 36.57%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#6AFDCF (or 0x6AFDCF) is known color: Aquamarine. HEX triplet: 6A, FD and CF. RGB value is (106,253,207). Sum of RGB (Red+Green+Blue) = 106+253+207=566 (74% of max value = 765). Red value is 106 (41.80% from 255 or 18.73% from 566); Green value is 253 (99.22% from 255 or 44.70% from 566); Blue value is 207 (81.25% from 255 or 36.57% from 566); Max value from RGB is 253 - color contains mainly: green. Hex color #6AFDCF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AFDCF is #950230. Grayscale: #CBCBCB. Windows color (decimal): -9765425 or 13630826. OLE color: 13630826.

HSL color Cylindrical-coordinate representation of color #6AFDCF: hue angle of 161.22º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6AFDCF is Cyan = 0.58, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.

Color convert

RGB 106 253 207 -
CMYK 0.58 0 0.18 0.01
HSL 161.22º 0.97% 0.7% -
HSV(B) 161.22º 0.58% 0.99% -
XYZ 52.33 77.82 71.29 -
YUV 203.8 129.8 58.24 -
System Red Green Blue C M Y K H S L
Decimal 106 253 207 0.58 0 0.18 0.01 161.22 0.97 0.7
Hex 6A FD CF 3A 0 12 1 A1 61 46
Octal 152 375 317 72 0 22 1 241 141 106
Binary 1101010 11111101 11001111 111010 0 10010 1 10100001 1100001 1000110

Color Harmonies of #6AFDCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AFDCF

Black with #6AFDCF

Text Example


Text Example

White with #6AFDCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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