Html Css Color HEX #6BBFA8 Medium Aquamarine

📋 copy color: '#6BBFA8'

red 107 ◦ green 191 ◦ blue 168

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

Shades of Medium Aquamarine #6BBFA8

Tints of Medium Aquamarine #6BBFA8

RGB

 RED value IS 107 (42.19% from 255) = 22.96%

 GREEN value IS 191 (75% from 255) = 40.99%

 BLUE value IS 168 (66.02% from 255) = 36.05%

R = 22.96%
G = 40.99%
B = 36.05%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#6BBFA8 (or 0x6BBFA8) is known color: Medium Aquamarine. HEX triplet: 6B, BF and A8. RGB value is (107,191,168). Sum of RGB (Red+Green+Blue) = 107+191+168=466 (61% of max value = 765). Red value is 107 (42.19% from 255 or 22.96% from 466); Green value is 191 (75% from 255 or 40.99% from 466); Blue value is 168 (66.02% from 255 or 36.05% from 466); Max value from RGB is 191 - color contains mainly: green. Hex color #6BBFA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BBFA8 is #944057. Grayscale: #A3A3A3. Windows color (decimal): -9715800 or 11059051. OLE color: 11059051.

HSL color Cylindrical-coordinate representation of color #6BBFA8: hue angle of 163.57º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6BBFA8 is Cyan = 0.44, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB 107 191 168 -
CMYK 0.44 0 0.12 0.25
HSL 163.57º 0.4% 0.58% -
HSV(B) 163.57º 0.44% 0.75% -
XYZ 31.76 43.21 43.71 -
YUV 163.26 130.67 87.87 -
System Red Green Blue C M Y K H S L
Decimal 107 191 168 0.44 0 0.12 0.25 163.57 0.4 0.58
Hex 6B BF A8 2C 0 C 19 A4 28 3A
Octal 153 277 250 54 0 14 31 244 50 72
Binary 1101011 10111111 10101000 101100 0 1100 11001 10100100 101000 111010

Color Harmonies of #6BBFA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BBFA8

Black with #6BBFA8

Text Example


Text Example

White with #6BBFA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,191,168); }

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

background-color css

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

 a { background-color: rgb(107,191,168); }

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

border-color css

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

 span { border-color: rgb(107,191,168); }

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