Html Css Color HEX #6AFACB Aquamarine

📋 copy color: '#6AFACB'

red 106 ◦ green 250 ◦ blue 203

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

Shades of Aquamarine #6AFACB

Tints of Aquamarine #6AFACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 36.31%

R = 18.96%
G = 44.72%
B = 36.31%

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

#6AFACB (or 0x6AFACB) is known color: Aquamarine. HEX triplet: 6A, FA and CB. RGB value is (106,250,203). Sum of RGB (Red+Green+Blue) = 106+250+203=559 (74% of max value = 765). Red value is 106 (41.80% from 255 or 18.96% from 559); Green value is 250 (98.05% from 255 or 44.72% from 559); Blue value is 203 (79.69% from 255 or 36.31% from 559); Max value from RGB is 250 - color contains mainly: green. Hex color #6AFACB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AFACB is #950534. Grayscale: #C9C9C9. Windows color (decimal): -9766197 or 13367914. OLE color: 13367914.

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

Color convert

RGB 106 250 203 -
CMYK 0.58 0 0.19 0.02
HSL 160.42º 0.94% 0.7% -
HSV(B) 160.42º 0.58% 0.98% -
XYZ 50.91 75.75 68.44 -
YUV 201.59 128.79 59.82 -
System Red Green Blue C M Y K H S L
Decimal 106 250 203 0.58 0 0.19 0.02 160.42 0.94 0.7
Hex 6A FA CB 3A 0 13 2 A0 5E 46
Octal 152 372 313 72 0 23 2 240 136 106
Binary 1101010 11111010 11001011 111010 0 10011 10 10100000 1011110 1000110

Color Harmonies of #6AFACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AFACB

Black with #6AFACB

Text Example


Text Example

White with #6AFACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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