Html Css Color HEX #6BDEAF Medium Aquamarine

📋 copy color: '#6BDEAF'

red 107 ◦ green 222 ◦ blue 175

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

Shades of Medium Aquamarine #6BDEAF

Tints of Medium Aquamarine #6BDEAF

RGB

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

 GREEN value IS 222 (87.11% from 255) = 44.05%

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

R = 21.23%
G = 44.05%
B = 34.72%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#6BDEAF (or 0x6BDEAF) is known color: Medium Aquamarine. HEX triplet: 6B, DE and AF. RGB value is (107,222,175). Sum of RGB (Red+Green+Blue) = 107+222+175=504 (66% of max value = 765). Red value is 107 (42.19% from 255 or 21.23% from 504); Green value is 222 (87.11% from 255 or 44.05% from 504); Blue value is 175 (68.75% from 255 or 34.72% from 504); Max value from RGB is 222 - color contains mainly: green. Hex color #6BDEAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BDEAF is #942150. Grayscale: #B6B6B6. Windows color (decimal): -9707857 or 11525739. OLE color: 11525739.

HSL color Cylindrical-coordinate representation of color #6BDEAF: hue angle of 155.48º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6BDEAF is Cyan = 0.52, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB 107 222 175 -
CMYK 0.52 0 0.21 0.13
HSL 155.48º 0.64% 0.65% -
HSV(B) 155.48º 0.52% 0.87% -
XYZ 39.92 58.46 49.74 -
YUV 182.26 123.9 74.32 -
System Red Green Blue C M Y K H S L
Decimal 107 222 175 0.52 0 0.21 0.13 155.48 0.64 0.65
Hex 6B DE AF 34 0 15 D 9B 40 41
Octal 153 336 257 64 0 25 15 233 100 101
Binary 1101011 11011110 10101111 110100 0 10101 1101 10011011 1000000 1000001

Color Harmonies of #6BDEAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BDEAF

Black with #6BDEAF

Text Example


Text Example

White with #6BDEAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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