Html Css Color HEX #6FCFB2 Medium Aquamarine

📋 copy color: '#6FCFB2'

red 111 ◦ green 207 ◦ blue 178

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

Shades of Medium Aquamarine #6FCFB2

Tints of Medium Aquamarine #6FCFB2

RGB

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

 GREEN value IS 207 (81.25% from 255) = 41.73%

 BLUE value IS 178 (69.92% from 255) = 35.89%

R = 22.38%
G = 41.73%
B = 35.89%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.14

 K value IS 0.19

RGB Variations

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

Color information

#6FCFB2 (or 0x6FCFB2) is known color: Medium Aquamarine. HEX triplet: 6F, CF and B2. RGB value is (111,207,178). Sum of RGB (Red+Green+Blue) = 111+207+178=496 (65% of max value = 765). Red value is 111 (43.75% from 255 or 22.38% from 496); Green value is 207 (81.25% from 255 or 41.73% from 496); Blue value is 178 (69.92% from 255 or 35.89% from 496); Max value from RGB is 207 - color contains mainly: green. Hex color #6FCFB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FCFB2 is #90304D. Grayscale: #AFAFAF. Windows color (decimal): -9449550 or 11718511. OLE color: 11718511.

HSL color Cylindrical-coordinate representation of color #6FCFB2: hue angle of 161.88º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6FCFB2 is Cyan = 0.46, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.

Color convert

RGB 111 207 178 -
CMYK 0.46 0 0.14 0.19
HSL 161.88º 0.5% 0.62% -
HSV(B) 161.88º 0.46% 0.81% -
XYZ 36.9 51.22 50.06 -
YUV 174.99 129.7 82.36 -
System Red Green Blue C M Y K H S L
Decimal 111 207 178 0.46 0 0.14 0.19 161.88 0.5 0.62
Hex 6F CF B2 2E 0 E 13 A2 32 3E
Octal 157 317 262 56 0 16 23 242 62 76
Binary 1101111 11001111 10110010 101110 0 1110 10011 10100010 110010 111110

Color Harmonies of #6FCFB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FCFB2

Black with #6FCFB2

Text Example


Text Example

White with #6FCFB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,207,178); }

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

background-color css

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

 a { background-color: rgb(111,207,178); }

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

border-color css

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

 span { border-color: rgb(111,207,178); }

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