Html Css Color HEX #6AF2CB Aquamarine

📋 copy color: '#6AF2CB'

red 106 ◦ green 242 ◦ blue 203

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

Shades of Aquamarine #6AF2CB

Tints of Aquamarine #6AF2CB

RGB

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

 GREEN value IS 242 (94.92% from 255) = 43.92%

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

R = 19.24%
G = 43.92%
B = 36.84%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#6AF2CB (or 0x6AF2CB) is known color: Aquamarine. HEX triplet: 6A, F2 and CB. RGB value is (106,242,203). Sum of RGB (Red+Green+Blue) = 106+242+203=551 (72% of max value = 765). Red value is 106 (41.80% from 255 or 19.24% from 551); Green value is 242 (94.92% from 255 or 43.92% from 551); Blue value is 203 (79.69% from 255 or 36.84% from 551); Max value from RGB is 242 - color contains mainly: green. Hex color #6AF2CB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AF2CB is #950D34. Grayscale: #C4C4C4. Windows color (decimal): -9768245 or 13365866. OLE color: 13365866.

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

Color convert

RGB 106 242 203 -
CMYK 0.56 0 0.16 0.05
HSL 162.79º 0.84% 0.68% -
HSV(B) 162.79º 0.56% 0.95% -
XYZ 48.48 70.88 67.63 -
YUV 196.89 131.44 63.17 -
System Red Green Blue C M Y K H S L
Decimal 106 242 203 0.56 0 0.16 0.05 162.79 0.84 0.68
Hex 6A F2 CB 38 0 10 5 A3 54 44
Octal 152 362 313 70 0 20 5 243 124 104
Binary 1101010 11110010 11001011 111000 0 10000 101 10100011 1010100 1000100

Color Harmonies of #6AF2CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AF2CB

Black with #6AF2CB

Text Example


Text Example

White with #6AF2CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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