Html Css Color HEX #6FCCA8 Medium Aquamarine

📋 copy color: '#6FCCA8'

red 111 ◦ green 204 ◦ blue 168

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

Shades of Medium Aquamarine #6FCCA8

Tints of Medium Aquamarine #6FCCA8

RGB

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

 GREEN value IS 204 (80.08% from 255) = 42.24%

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

R = 22.98%
G = 42.24%
B = 34.78%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.18

 K value IS 0.2

RGB Variations

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

Color information

#6FCCA8 (or 0x6FCCA8) is known color: Medium Aquamarine. HEX triplet: 6F, CC and A8. RGB value is (111,204,168). Sum of RGB (Red+Green+Blue) = 111+204+168=483 (63% of max value = 765). Red value is 111 (43.75% from 255 or 22.98% from 483); Green value is 204 (80.08% from 255 or 42.24% from 483); Blue value is 168 (66.02% from 255 or 34.78% from 483); Max value from RGB is 204 - color contains mainly: green. Hex color #6FCCA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FCCA8 is #903357. Grayscale: #ACACAC. Windows color (decimal): -9450328 or 11062383. OLE color: 11062383.

HSL color Cylindrical-coordinate representation of color #6FCCA8: hue angle of 156.77º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6FCCA8 is Cyan = 0.46, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.2.

Color convert

RGB 111 204 168 -
CMYK 0.46 0 0.18 0.2
HSL 156.77º 0.48% 0.62% -
HSV(B) 156.77º 0.46% 0.8% -
XYZ 35.22 49.39 44.72 -
YUV 172.09 125.69 84.43 -
System Red Green Blue C M Y K H S L
Decimal 111 204 168 0.46 0 0.18 0.2 156.77 0.48 0.62
Hex 6F CC A8 2E 0 12 14 9D 30 3E
Octal 157 314 250 56 0 22 24 235 60 76
Binary 1101111 11001100 10101000 101110 0 10010 10100 10011101 110000 111110

Color Harmonies of #6FCCA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FCCA8

Black with #6FCCA8

Text Example


Text Example

White with #6FCCA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,204,168); }

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

background-color css

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

 a { background-color: rgb(111,204,168); }

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

border-color css

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

 span { border-color: rgb(111,204,168); }

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