Html Css Color HEX #6FBEA5 Medium Aquamarine

📋 copy color: '#6FBEA5'

red 111 ◦ green 190 ◦ blue 165

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

Shades of Medium Aquamarine #6FBEA5

Tints of Medium Aquamarine #6FBEA5

RGB

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

 GREEN value IS 190 (74.61% from 255) = 40.77%

 BLUE value IS 165 (64.84% from 255) = 35.41%

R = 23.82%
G = 40.77%
B = 35.41%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.13

 K value IS 0.25

RGB Variations

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

Color information

#6FBEA5 (or 0x6FBEA5) is known color: Medium Aquamarine. HEX triplet: 6F, BE and A5. RGB value is (111,190,165). Sum of RGB (Red+Green+Blue) = 111+190+165=466 (61% of max value = 765). Red value is 111 (43.75% from 255 or 23.82% from 466); Green value is 190 (74.61% from 255 or 40.77% from 466); Blue value is 165 (64.84% from 255 or 35.41% from 466); Max value from RGB is 190 - color contains mainly: green. Hex color #6FBEA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FBEA5 is #90415A. Grayscale: #A3A3A3. Windows color (decimal): -9453915 or 10862191. OLE color: 10862191.

HSL color Cylindrical-coordinate representation of color #6FBEA5: hue angle of 161.01º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6FBEA5 is Cyan = 0.42, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.25.

Color convert

RGB 111 190 165 -
CMYK 0.42 0 0.13 0.25
HSL 161.01º 0.38% 0.59% -
HSV(B) 161.01º 0.42% 0.75% -
XYZ 31.76 42.92 42.21 -
YUV 163.53 128.83 90.53 -
System Red Green Blue C M Y K H S L
Decimal 111 190 165 0.42 0 0.13 0.25 161.01 0.38 0.59
Hex 6F BE A5 2A 0 D 19 A1 26 3B
Octal 157 276 245 52 0 15 31 241 46 73
Binary 1101111 10111110 10100101 101010 0 1101 11001 10100001 100110 111011

Color Harmonies of #6FBEA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FBEA5

Black with #6FBEA5

Text Example


Text Example

White with #6FBEA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,190,165); }

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

background-color css

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

 a { background-color: rgb(111,190,165); }

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

border-color css

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

 span { border-color: rgb(111,190,165); }

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