Html Css Color HEX #6AFACA Aquamarine

📋 copy color: '#6AFACA'

red 106 ◦ green 250 ◦ blue 202

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

Shades of Aquamarine #6AFACA

Tints of Aquamarine #6AFACA

RGB

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

 GREEN value IS 250 (98.05% from 255) = 44.8%

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

R = 19%
G = 44.8%
B = 36.2%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#6AFACA (or 0x6AFACA) is known color: Aquamarine. HEX triplet: 6A, FA and CA. RGB value is (106,250,202). Sum of RGB (Red+Green+Blue) = 106+250+202=558 (73% of max value = 765). Red value is 106 (41.80% from 255 or 19.00% from 558); Green value is 250 (98.05% from 255 or 44.80% from 558); Blue value is 202 (79.30% from 255 or 36.20% from 558); Max value from RGB is 250 - color contains mainly: green. Hex color #6AFACA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AFACA is #950535. Grayscale: #C9C9C9. Windows color (decimal): -9766198 or 13302378. OLE color: 13302378.

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

Color convert

RGB 106 250 202 -
CMYK 0.58 0 0.19 0.02
HSL 160º 0.94% 0.7% -
HSV(B) 160º 0.58% 0.98% -
XYZ 50.79 75.7 67.81 -
YUV 201.47 128.29 59.9 -
System Red Green Blue C M Y K H S L
Decimal 106 250 202 0.58 0 0.19 0.02 160 0.94 0.7
Hex 6A FA CA 3A 0 13 2 A0 5E 46
Octal 152 372 312 72 0 23 2 240 136 106
Binary 1101010 11111010 11001010 111010 0 10011 10 10100000 1011110 1000110

Color Harmonies of #6AFACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AFACA

Black with #6AFACA

Text Example


Text Example

White with #6AFACA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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