Html Css Color HEX #69FAD2 Aquamarine

📋 copy color: '#69FAD2'

red 105 ◦ green 250 ◦ blue 210

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

Shades of Aquamarine #69FAD2

Tints of Aquamarine #69FAD2

RGB

 RED value IS 105 (41.41% from 255) = 18.58%

 GREEN value IS 250 (98.05% from 255) = 44.25%

 BLUE value IS 210 (82.42% from 255) = 37.17%

R = 18.58%
G = 44.25%
B = 37.17%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#69FAD2 (or 0x69FAD2) is known color: Aquamarine. HEX triplet: 69, FA and D2. RGB value is (105,250,210). Sum of RGB (Red+Green+Blue) = 105+250+210=565 (74% of max value = 765). Red value is 105 (41.41% from 255 or 18.58% from 565); Green value is 250 (98.05% from 255 or 44.25% from 565); Blue value is 210 (82.42% from 255 or 37.17% from 565); Max value from RGB is 250 - color contains mainly: green. Hex color #69FAD2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #69FAD2 is #96052D. Grayscale: #CACACA. Windows color (decimal): -9831726 or 13826665. OLE color: 13826665.

HSL color Cylindrical-coordinate representation of color #69FAD2: hue angle of 163.45º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #69FAD2 is Cyan = 0.58, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB 105 250 210 -
CMYK 0.58 0 0.16 0.02
HSL 163.45º 0.94% 0.7% -
HSV(B) 163.45º 0.58% 0.98% -
XYZ 51.64 76.03 72.93 -
YUV 202.09 132.46 58.75 -
System Red Green Blue C M Y K H S L
Decimal 105 250 210 0.58 0 0.16 0.02 163.45 0.94 0.7
Hex 69 FA D2 3A 0 10 2 A3 5E 46
Octal 151 372 322 72 0 20 2 243 136 106
Binary 1101001 11111010 11010010 111010 0 10000 10 10100011 1011110 1000110

Color Harmonies of #69FAD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69FAD2

Black with #69FAD2

Text Example


Text Example

White with #69FAD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,250,210); }

 H1.HeaderClassName
 {
   color: #69FAD2;
 }
 .AnyTagClassName
 {
   color: #69FAD2;
 }
</style>

background-color css

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

 a { background-color: rgb(105,250,210); }

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

border-color css

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

 span { border-color: rgb(105,250,210); }

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