#69EFB1

Color #69EFB1 Medium Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Aquamarine #69EFB1

Tints of Medium Aquamarine #69EFB1

Color information

#69EFB1 (or 0x69EFB1) is unknown color: approx Medium Aquamarine. HEX triplet: 69, EF and B1. RGB value is (105,239,177). Sum of RGB (Red+Green+Blue) = 105+239+177=521 (69% of max value = 765). Red value is 105 (41.41% from 255 or 20.15% from 521); Green value is 239 (93.75% from 255 or 45.87% from 521); Blue value is 177 (69.53% from 255 or 33.97% from 521); Max value from RGB is 239 - color contains mainly: green. Hex color #69EFB1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #69EFB1 is #96104E. Grayscale: #BFBFBF. Windows color (decimal): -9834575 or 11661161. OLE color: 11661161.

HSL color Cylindrical-coordinate representation of color #69EFB1: hue angle of 152.24º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #69EFB1 is Cyan = 0.56, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.06.

Color convert

RGB105239177-
CMYK0.5600.260.06
HSL152.24º80.72%67.45%-
HSV(B)152.24º56.07%93.73%-
XYZ44.6367.9152.35-
YUV191.87119.6166.04-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 20.15%
GREEN value IS 239 (93.75% from 255) = 45.87%
BLUE value IS 177 (69.53% from 255) = 33.97%
R=20.15%
G=45.87%
B=33.97%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1052391770.5600.260.06152.2480.7267.45
Hex69EFB13801A6985143
Octal151357261700326230121103
Binary110100111101111101100011110000110101101001100010100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69EFB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69EFB1; }

 p { color: rgb(105,239,177); }

 H1.HeaderClassName
 {
   color: #69EFB1;
 }
 .AnyTagClassName
 {
   color: #69EFB1;
 }
</style>
background-color css

<style>
 a { background-color: #69EFB1; }

 a { background-color: rgb(105,239,177); }

 div.DivClassName
 {
   background-color: #69EFB1;
 }
 .BgClassName
 {
   background-color: #69EFB1;
 }
</style>
border-color css

<style>
 span { border-color: #69EFB1; }

 span { border-color: rgb(105,239,177); }

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