Html Css Color HEX #69FADD Aquamarine

📋 copy color: '#69FADD'

red 105 ◦ green 250 ◦ blue 221

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

Shades of Aquamarine #69FADD

Tints of Aquamarine #69FADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.37%

R = 18.23%
G = 43.4%
B = 38.37%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#69FADD (or 0x69FADD) is known color: Aquamarine. HEX triplet: 69, FA and DD. RGB value is (105,250,221). Sum of RGB (Red+Green+Blue) = 105+250+221=576 (76% of max value = 765). Red value is 105 (41.41% from 255 or 18.23% from 576); Green value is 250 (98.05% from 255 or 43.40% from 576); Blue value is 221 (86.72% from 255 or 38.37% from 576); Max value from RGB is 250 - color contains mainly: green. Hex color #69FADD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #69FADD is #960522. Grayscale: #CBCBCB. Windows color (decimal): -9831715 or 14547561. OLE color: 14547561.

HSL color Cylindrical-coordinate representation of color #69FADD: hue angle of 168º 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 #69FADD is Cyan = 0.58, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 105 250 221 -
CMYK 0.58 0 0.12 0.02
HSL 168º 0.94% 0.7% -
HSV(B) 168º 0.58% 0.98% -
XYZ 53.06 76.59 80.39 -
YUV 203.34 137.96 57.86 -
System Red Green Blue C M Y K H S L
Decimal 105 250 221 0.58 0 0.12 0.02 168 0.94 0.7
Hex 69 FA DD 3A 0 C 2 A8 5E 46
Octal 151 372 335 72 0 14 2 250 136 106
Binary 1101001 11111010 11011101 111010 0 1100 10 10101000 1011110 1000110

Color Harmonies of #69FADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69FADD

Black with #69FADD

Text Example


Text Example

White with #69FADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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