#69FCB1

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

Shades of Aquamarine #69FCB1

Tints of Aquamarine #69FCB1

Color information

#69FCB1 (or 0x69FCB1) is unknown color: approx Aquamarine. HEX triplet: 69, FC and B1. RGB value is (105,252,177). Sum of RGB (Red+Green+Blue) = 105+252+177=534 (70% of max value = 765). Red value is 105 (41.41% from 255 or 19.66% from 534); Green value is 252 (98.83% from 255 or 47.19% from 534); Blue value is 177 (69.53% from 255 or 33.15% from 534); Max value from RGB is 252 - color contains mainly: green. Hex color #69FCB1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #69FCB1 is #96034E. Grayscale: #C7C7C7. Windows color (decimal): -9831247 or 11664489. OLE color: 11664489.

HSL color Cylindrical-coordinate representation of color #69FCB1: hue angle of 149.39º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #69FCB1 is Cyan = 0.58, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.01.

Color convert

RGB105252177-
CMYK0.5800.300.01
HSL149.39º96.08%70%-
HSV(B)149.39º58.33%98.82%-
XYZ48.5775.853.67-
YUV199.5115.360.6-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 19.66%
GREEN value IS 252 (98.83% from 255) = 47.19%
BLUE value IS 177 (69.53% from 255) = 33.15%
R=19.66%
G=47.19%
B=33.15%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1052521770.5800.300.01149.3996.0870
Hex69FCB13A01E1956046
Octal151374261720361225140106
Binary1101001111111001011000111101001111011001010111000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69FCB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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