Html Css Color HEX #6AF3CA Aquamarine

📋 copy color: '#6AF3CA'

red 106 ◦ green 243 ◦ blue 202

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

Shades of Aquamarine #6AF3CA

Tints of Aquamarine #6AF3CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 36.66%

R = 19.24%
G = 44.1%
B = 36.66%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.17

 K value IS 0.05

RGB Variations

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

Color information

#6AF3CA (or 0x6AF3CA) is known color: Aquamarine. HEX triplet: 6A, F3 and CA. RGB value is (106,243,202). Sum of RGB (Red+Green+Blue) = 106+243+202=551 (72% of max value = 765). Red value is 106 (41.80% from 255 or 19.24% from 551); Green value is 243 (95.31% from 255 or 44.10% from 551); Blue value is 202 (79.30% from 255 or 36.66% from 551); Max value from RGB is 243 - color contains mainly: green. Hex color #6AF3CA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AF3CA is #950C35. Grayscale: #C5C5C5. Windows color (decimal): -9767990 or 13300586. OLE color: 13300586.

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

Color convert

RGB 106 243 202 -
CMYK 0.56 0 0.17 0.05
HSL 162.04º 0.85% 0.68% -
HSV(B) 162.04º 0.56% 0.95% -
XYZ 48.66 71.43 67.1 -
YUV 197.36 130.61 62.83 -
System Red Green Blue C M Y K H S L
Decimal 106 243 202 0.56 0 0.17 0.05 162.04 0.85 0.68
Hex 6A F3 CA 38 0 11 5 A2 55 44
Octal 152 363 312 70 0 21 5 242 125 104
Binary 1101010 11110011 11001010 111000 0 10001 101 10100010 1010101 1000100

Color Harmonies of #6AF3CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AF3CA

Black with #6AF3CA

Text Example


Text Example

White with #6AF3CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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