Html Css Color HEX #6AFFCA Aquamarine

📋 copy color: '#6AFFCA'

red 106 ◦ green 255 ◦ blue 202

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

Shades of Aquamarine #6AFFCA

Tints of Aquamarine #6AFFCA

RGB

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

 GREEN value IS 255 (100% from 255) = 45.29%

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

R = 18.83%
G = 45.29%
B = 35.88%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.21

 K value IS 0

RGB Variations

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

Color information

#6AFFCA (or 0x6AFFCA) is known color: Aquamarine. HEX triplet: 6A, FF and CA. RGB value is (106,255,202). Sum of RGB (Red+Green+Blue) = 106+255+202=563 (74% of max value = 765). Red value is 106 (41.80% from 255 or 18.83% from 563); Green value is 255 (100% from 255 or 45.29% from 563); Blue value is 202 (79.30% from 255 or 35.88% from 563); Max value from RGB is 255 - color contains mainly: green. Hex color #6AFFCA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AFFCA is #950035. Grayscale: #CCCCCC. Windows color (decimal): -9764918 or 13303658. OLE color: 13303658.

HSL color Cylindrical-coordinate representation of color #6AFFCA: hue angle of 158.66º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6AFFCA is Cyan = 0.58, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.

Color convert

RGB 106 255 202 -
CMYK 0.58 0 0.21 0
HSL 158.66º 1% 0.71% -
HSV(B) 158.66º 0.58% 1% -
XYZ 52.36 78.85 68.34 -
YUV 204.41 126.64 57.81 -
System Red Green Blue C M Y K H S L
Decimal 106 255 202 0.58 0 0.21 0 158.66 1 0.71
Hex 6A FF CA 3A 0 15 0 9F 64 47
Octal 152 377 312 72 0 25 0 237 144 107
Binary 1101010 11111111 11001010 111010 0 10101 0 10011111 1100100 1000111

Color Harmonies of #6AFFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AFFCA

Black with #6AFFCA

Text Example


Text Example

White with #6AFFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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