Html Css Color HEX #6AFEE3 Aquamarine

📋 copy color: '#6AFEE3'

red 106 ◦ green 254 ◦ blue 227

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

Shades of Aquamarine #6AFEE3

Tints of Aquamarine #6AFEE3

RGB

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

 GREEN value IS 254 (99.61% from 255) = 43.27%

 BLUE value IS 227 (89.06% from 255) = 38.67%

R = 18.06%
G = 43.27%
B = 38.67%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.11

 K value IS 0.00

RGB Variations

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

Color information

#6AFEE3 (or 0x6AFEE3) is known color: Aquamarine. HEX triplet: 6A, FE and E3. RGB value is (106,254,227). Sum of RGB (Red+Green+Blue) = 106+254+227=587 (77% of max value = 765). Red value is 106 (41.80% from 255 or 18.06% from 587); Green value is 254 (99.61% from 255 or 43.27% from 587); Blue value is 227 (89.06% from 255 or 38.67% from 587); Max value from RGB is 254 - color contains mainly: green. Hex color #6AFEE3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AFEE3 is #95011C. Grayscale: #CECECE. Windows color (decimal): -9765149 or 14941802. OLE color: 14941802.

HSL color Cylindrical-coordinate representation of color #6AFEE3: hue angle of 169.05º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6AFEE3 is Cyan = 0.58, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.00.

Color convert

RGB 106 254 227 -
CMYK 0.58 0 0.11 0.00
HSL 169.05º 0.99% 0.71% -
HSV(B) 169.05º 0.58% 1% -
XYZ 55.25 79.49 85.1 -
YUV 206.67 139.47 56.2 -
System Red Green Blue C M Y K H S L
Decimal 106 254 227 0.58 0 0.11 0.00 169.05 0.99 0.71
Hex 6A FE E3 3A 0 B 0 A9 63 47
Octal 152 376 343 72 0 13 0 251 143 107
Binary 1101010 11111110 11100011 111010 0 1011 0 10101001 1100011 1000111

Color Harmonies of #6AFEE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AFEE3

Black with #6AFEE3

Text Example


Text Example

White with #6AFEE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,254,227); }

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

background-color css

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

 a { background-color: rgb(106,254,227); }

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

border-color css

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

 span { border-color: rgb(106,254,227); }

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