Html Css Color HEX #6FFAD5 Aquamarine

📋 copy color: '#6FFAD5'

red 111 ◦ green 250 ◦ blue 213

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

Shades of Aquamarine #6FFAD5

Tints of Aquamarine #6FFAD5

RGB

 RED value IS 111 (43.75% from 255) = 19.34%

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

 BLUE value IS 213 (83.59% from 255) = 37.11%

R = 19.34%
G = 43.55%
B = 37.11%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.15

 K value IS 0.02

RGB Variations

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

Color information

#6FFAD5 (or 0x6FFAD5) is known color: Aquamarine. HEX triplet: 6F, FA and D5. RGB value is (111,250,213). Sum of RGB (Red+Green+Blue) = 111+250+213=574 (76% of max value = 765). Red value is 111 (43.75% from 255 or 19.34% from 574); Green value is 250 (98.05% from 255 or 43.55% from 574); Blue value is 213 (83.59% from 255 or 37.11% from 574); Max value from RGB is 250 - color contains mainly: green. Hex color #6FFAD5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FFAD5 is #90052A. Grayscale: #CCCCCC. Windows color (decimal): -9438507 or 14023279. OLE color: 14023279.

HSL color Cylindrical-coordinate representation of color #6FFAD5: hue angle of 164.03º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6FFAD5 is Cyan = 0.56, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.02.

Color convert

RGB 111 250 213 -
CMYK 0.56 0 0.15 0.02
HSL 164.03º 0.93% 0.71% -
HSV(B) 164.03º 0.56% 0.98% -
XYZ 52.75 76.55 74.95 -
YUV 204.22 132.95 61.51 -
System Red Green Blue C M Y K H S L
Decimal 111 250 213 0.56 0 0.15 0.02 164.03 0.93 0.71
Hex 6F FA D5 38 0 F 2 A4 5D 47
Octal 157 372 325 70 0 17 2 244 135 107
Binary 1101111 11111010 11010101 111000 0 1111 10 10100100 1011101 1000111

Color Harmonies of #6FFAD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FFAD5

Black with #6FFAD5

Text Example


Text Example

White with #6FFAD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,250,213); }

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

background-color css

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

 a { background-color: rgb(111,250,213); }

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

border-color css

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

 span { border-color: rgb(111,250,213); }

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