Html Css Color HEX #6FCBAD Medium Aquamarine

📋 copy color: '#6FCBAD'

red 111 ◦ green 203 ◦ blue 173

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

Shades of Medium Aquamarine #6FCBAD

Tints of Medium Aquamarine #6FCBAD

RGB

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

 GREEN value IS 203 (79.69% from 255) = 41.68%

 BLUE value IS 173 (67.97% from 255) = 35.52%

R = 22.79%
G = 41.68%
B = 35.52%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.15

 K value IS 0.20

RGB Variations

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

Color information

#6FCBAD (or 0x6FCBAD) is known color: Medium Aquamarine. HEX triplet: 6F, CB and AD. RGB value is (111,203,173). Sum of RGB (Red+Green+Blue) = 111+203+173=487 (64% of max value = 765). Red value is 111 (43.75% from 255 or 22.79% from 487); Green value is 203 (79.69% from 255 or 41.68% from 487); Blue value is 173 (67.97% from 255 or 35.52% from 487); Max value from RGB is 203 - color contains mainly: green. Hex color #6FCBAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FCBAD is #903452. Grayscale: #ACACAC. Windows color (decimal): -9450579 or 11389807. OLE color: 11389807.

HSL color Cylindrical-coordinate representation of color #6FCBAD: hue angle of 160.43º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6FCBAD is Cyan = 0.45, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.

Color convert

RGB 111 203 173 -
CMYK 0.45 0 0.15 0.20
HSL 160.43º 0.47% 0.62% -
HSV(B) 160.43º 0.45% 0.8% -
XYZ 35.45 49.11 47.15 -
YUV 172.07 128.52 84.44 -
System Red Green Blue C M Y K H S L
Decimal 111 203 173 0.45 0 0.15 0.20 160.43 0.47 0.62
Hex 6F CB AD 2D 0 F 14 A0 2F 3E
Octal 157 313 255 55 0 17 24 240 57 76
Binary 1101111 11001011 10101101 101101 0 1111 10100 10100000 101111 111110

Color Harmonies of #6FCBAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FCBAD

Black with #6FCBAD

Text Example


Text Example

White with #6FCBAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,203,173); }

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

background-color css

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

 a { background-color: rgb(111,203,173); }

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

border-color css

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

 span { border-color: rgb(111,203,173); }

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