Html Css Color HEX #6FCBB1 Medium Aquamarine

📋 copy color: '#6FCBB1'

red 111 ◦ green 203 ◦ blue 177

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

Shades of Medium Aquamarine #6FCBB1

Tints of Medium Aquamarine #6FCBB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 36.05%

R = 22.61%
G = 41.34%
B = 36.05%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.13

 K value IS 0.20

RGB Variations

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

Color information

#6FCBB1 (or 0x6FCBB1) is known color: Medium Aquamarine. HEX triplet: 6F, CB and B1. RGB value is (111,203,177). Sum of RGB (Red+Green+Blue) = 111+203+177=491 (65% of max value = 765). Red value is 111 (43.75% from 255 or 22.61% from 491); Green value is 203 (79.69% from 255 or 41.34% from 491); Blue value is 177 (69.53% from 255 or 36.05% from 491); Max value from RGB is 203 - color contains mainly: green. Hex color #6FCBB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FCBB1 is #90344E. Grayscale: #ACACAC. Windows color (decimal): -9450575 or 11651951. OLE color: 11651951.

HSL color Cylindrical-coordinate representation of color #6FCBB1: hue angle of 163.04º 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 #6FCBB1 is Cyan = 0.45, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.20.

Color convert

RGB 111 203 177 -
CMYK 0.45 0 0.13 0.20
HSL 163.04º 0.47% 0.62% -
HSV(B) 163.04º 0.45% 0.8% -
XYZ 35.85 49.27 49.21 -
YUV 172.53 130.52 84.11 -
System Red Green Blue C M Y K H S L
Decimal 111 203 177 0.45 0 0.13 0.20 163.04 0.47 0.62
Hex 6F CB B1 2D 0 D 14 A3 2F 3E
Octal 157 313 261 55 0 15 24 243 57 76
Binary 1101111 11001011 10110001 101101 0 1101 10100 10100011 101111 111110

Color Harmonies of #6FCBB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FCBB1

Black with #6FCBB1

Text Example


Text Example

White with #6FCBB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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