Html Css Color HEX #6AF1CF Aquamarine

📋 copy color: '#6AF1CF'

red 106 ◦ green 241 ◦ blue 207

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

Shades of Aquamarine #6AF1CF

Tints of Aquamarine #6AF1CF

RGB

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

 GREEN value IS 241 (94.53% from 255) = 43.5%

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

R = 19.13%
G = 43.5%
B = 37.36%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.14

 K value IS 0.05

RGB Variations

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

Color information

#6AF1CF (or 0x6AF1CF) is known color: Aquamarine. HEX triplet: 6A, F1 and CF. RGB value is (106,241,207). Sum of RGB (Red+Green+Blue) = 106+241+207=554 (73% of max value = 765). Red value is 106 (41.80% from 255 or 19.13% from 554); Green value is 241 (94.53% from 255 or 43.50% from 554); Blue value is 207 (81.25% from 255 or 37.36% from 554); Max value from RGB is 241 - color contains mainly: green. Hex color #6AF1CF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AF1CF is #950E30. Grayscale: #C4C4C4. Windows color (decimal): -9768497 or 13627754. OLE color: 13627754.

HSL color Cylindrical-coordinate representation of color #6AF1CF: hue angle of 164.89º degrees, saturation: 0.83, 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 #6AF1CF is Cyan = 0.56, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.

Color convert

RGB 106 241 207 -
CMYK 0.56 0 0.14 0.05
HSL 164.89º 0.83% 0.68% -
HSV(B) 164.89º 0.56% 0.95% -
XYZ 48.66 70.48 70.07 -
YUV 196.76 133.77 63.26 -
System Red Green Blue C M Y K H S L
Decimal 106 241 207 0.56 0 0.14 0.05 164.89 0.83 0.68
Hex 6A F1 CF 38 0 E 5 A5 53 44
Octal 152 361 317 70 0 16 5 245 123 104
Binary 1101010 11110001 11001111 111000 0 1110 101 10100101 1010011 1000100

Color Harmonies of #6AF1CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AF1CF

Black with #6AF1CF

Text Example


Text Example

White with #6AF1CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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