Html Css Color HEX #6BD5AF Medium Aquamarine

📋 copy color: '#6BD5AF'

red 107 ◦ green 213 ◦ blue 175

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

Shades of Medium Aquamarine #6BD5AF

Tints of Medium Aquamarine #6BD5AF

RGB

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

 GREEN value IS 213 (83.59% from 255) = 43.03%

 BLUE value IS 175 (68.75% from 255) = 35.35%

R = 21.62%
G = 43.03%
B = 35.35%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#6BD5AF (or 0x6BD5AF) is known color: Medium Aquamarine. HEX triplet: 6B, D5 and AF. RGB value is (107,213,175). Sum of RGB (Red+Green+Blue) = 107+213+175=495 (65% of max value = 765). Red value is 107 (42.19% from 255 or 21.62% from 495); Green value is 213 (83.59% from 255 or 43.03% from 495); Blue value is 175 (68.75% from 255 or 35.35% from 495); Max value from RGB is 213 - color contains mainly: green. Hex color #6BD5AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BD5AF is #942A50. Grayscale: #B1B1B1. Windows color (decimal): -9710161 or 11523435. OLE color: 11523435.

HSL color Cylindrical-coordinate representation of color #6BD5AF: hue angle of 158.49º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6BD5AF is Cyan = 0.50, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB 107 213 175 -
CMYK 0.50 0 0.18 0.16
HSL 158.49º 0.56% 0.63% -
HSV(B) 158.49º 0.5% 0.84% -
XYZ 37.6 53.81 48.96 -
YUV 176.97 126.88 78.09 -
System Red Green Blue C M Y K H S L
Decimal 107 213 175 0.50 0 0.18 0.16 158.49 0.56 0.63
Hex 6B D5 AF 32 0 12 10 9E 38 3F
Octal 153 325 257 62 0 22 20 236 70 77
Binary 1101011 11010101 10101111 110010 0 10010 10000 10011110 111000 111111

Color Harmonies of #6BD5AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BD5AF

Black with #6BD5AF

Text Example


Text Example

White with #6BD5AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,213,175); }

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

background-color css

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

 a { background-color: rgb(107,213,175); }

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

border-color css

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

 span { border-color: rgb(107,213,175); }

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