Html Css Color HEX #6FDBA5 Medium Aquamarine

📋 copy color: '#6FDBA5'

red 111 ◦ green 219 ◦ blue 165

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

Shades of Medium Aquamarine #6FDBA5

Tints of Medium Aquamarine #6FDBA5

RGB

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

 GREEN value IS 219 (85.94% from 255) = 44.24%

 BLUE value IS 165 (64.84% from 255) = 33.33%

R = 22.42%
G = 44.24%
B = 33.33%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#6FDBA5 (or 0x6FDBA5) is known color: Medium Aquamarine. HEX triplet: 6F, DB and A5. RGB value is (111,219,165). Sum of RGB (Red+Green+Blue) = 111+219+165=495 (65% of max value = 765). Red value is 111 (43.75% from 255 or 22.42% from 495); Green value is 219 (85.94% from 255 or 44.24% from 495); Blue value is 165 (64.84% from 255 or 33.33% from 495); Max value from RGB is 219 - color contains mainly: green. Hex color #6FDBA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FDBA5 is #90245A. Grayscale: #B4B4B4. Windows color (decimal): -9446491 or 10869615. OLE color: 10869615.

HSL color Cylindrical-coordinate representation of color #6FDBA5: hue angle of 150º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6FDBA5 is Cyan = 0.49, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB 111 219 165 -
CMYK 0.49 0 0.25 0.14
HSL 150º 0.6% 0.65% -
HSV(B) 150º 0.49% 0.86% -
XYZ 38.68 56.76 44.51 -
YUV 180.55 119.22 78.39 -
System Red Green Blue C M Y K H S L
Decimal 111 219 165 0.49 0 0.25 0.14 150 0.6 0.65
Hex 6F DB A5 31 0 19 E 96 3C 41
Octal 157 333 245 61 0 31 16 226 74 101
Binary 1101111 11011011 10100101 110001 0 11001 1110 10010110 111100 1000001

Color Harmonies of #6FDBA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FDBA5

Black with #6FDBA5

Text Example


Text Example

White with #6FDBA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,219,165); }

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

background-color css

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

 a { background-color: rgb(111,219,165); }

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

border-color css

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

 span { border-color: rgb(111,219,165); }

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