Html Css Color HEX #6AF6CB Aquamarine

📋 copy color: '#6AF6CB'

red 106 ◦ green 246 ◦ blue 203

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

Shades of Aquamarine #6AF6CB

Tints of Aquamarine #6AF6CB

RGB

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

 GREEN value IS 246 (96.48% from 255) = 44.32%

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

R = 19.1%
G = 44.32%
B = 36.58%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#6AF6CB (or 0x6AF6CB) is known color: Aquamarine. HEX triplet: 6A, F6 and CB. RGB value is (106,246,203). Sum of RGB (Red+Green+Blue) = 106+246+203=555 (73% of max value = 765). Red value is 106 (41.80% from 255 or 19.10% from 555); Green value is 246 (96.48% from 255 or 44.32% from 555); Blue value is 203 (79.69% from 255 or 36.58% from 555); Max value from RGB is 246 - color contains mainly: green. Hex color #6AF6CB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AF6CB is #950934. Grayscale: #C7C7C7. Windows color (decimal): -9767221 or 13366890. OLE color: 13366890.

HSL color Cylindrical-coordinate representation of color #6AF6CB: hue angle of 161.57º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6AF6CB is Cyan = 0.57, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB 106 246 203 -
CMYK 0.57 0 0.17 0.04
HSL 161.57º 0.89% 0.69% -
HSV(B) 161.57º 0.57% 0.96% -
XYZ 49.68 73.29 68.03 -
YUV 199.24 130.12 61.5 -
System Red Green Blue C M Y K H S L
Decimal 106 246 203 0.57 0 0.17 0.04 161.57 0.89 0.69
Hex 6A F6 CB 39 0 11 4 A2 59 45
Octal 152 366 313 71 0 21 4 242 131 105
Binary 1101010 11110110 11001011 111001 0 10001 100 10100010 1011001 1000101

Color Harmonies of #6AF6CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AF6CB

Black with #6AF6CB

Text Example


Text Example

White with #6AF6CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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