Html Css Color HEX #6AF4CB Aquamarine

📋 copy color: '#6AF4CB'

red 106 ◦ green 244 ◦ blue 203

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

Shades of Aquamarine #6AF4CB

Tints of Aquamarine #6AF4CB

RGB

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

 GREEN value IS 244 (95.7% from 255) = 44.12%

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

R = 19.17%
G = 44.12%
B = 36.71%

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

#6AF4CB (or 0x6AF4CB) is known color: Aquamarine. HEX triplet: 6A, F4 and CB. RGB value is (106,244,203). Sum of RGB (Red+Green+Blue) = 106+244+203=553 (73% of max value = 765). Red value is 106 (41.80% from 255 or 19.17% from 553); Green value is 244 (95.70% from 255 or 44.12% from 553); Blue value is 203 (79.69% from 255 or 36.71% from 553); Max value from RGB is 244 - color contains mainly: green. Hex color #6AF4CB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AF4CB is #950B34. Grayscale: #C6C6C6. Windows color (decimal): -9767733 or 13366378. OLE color: 13366378.

HSL color Cylindrical-coordinate representation of color #6AF4CB: hue angle of 162.17º degrees, saturation: 0.86, 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 #6AF4CB is Cyan = 0.57, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB 106 244 203 -
CMYK 0.57 0 0.17 0.04
HSL 162.17º 0.86% 0.69% -
HSV(B) 162.17º 0.57% 0.96% -
XYZ 49.07 72.08 67.83 -
YUV 198.06 130.78 62.33 -
System Red Green Blue C M Y K H S L
Decimal 106 244 203 0.57 0 0.17 0.04 162.17 0.86 0.69
Hex 6A F4 CB 39 0 11 4 A2 56 45
Octal 152 364 313 71 0 21 4 242 126 105
Binary 1101010 11110100 11001011 111001 0 10001 100 10100010 1010110 1000101

Color Harmonies of #6AF4CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AF4CB

Black with #6AF4CB

Text Example


Text Example

White with #6AF4CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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