Html Css Color HEX #69FADB Aquamarine

📋 copy color: '#69FADB'

red 105 ◦ green 250 ◦ blue 219

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

Shades of Aquamarine #69FADB

Tints of Aquamarine #69FADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 38.15%

R = 18.29%
G = 43.55%
B = 38.15%

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

#69FADB (or 0x69FADB) is known color: Aquamarine. HEX triplet: 69, FA and DB. RGB value is (105,250,219). Sum of RGB (Red+Green+Blue) = 105+250+219=574 (76% of max value = 765). Red value is 105 (41.41% from 255 or 18.29% from 574); Green value is 250 (98.05% from 255 or 43.55% from 574); Blue value is 219 (85.94% from 255 or 38.15% from 574); Max value from RGB is 250 - color contains mainly: green. Hex color #69FADB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #69FADB is #960524. Grayscale: #CBCBCB. Windows color (decimal): -9831717 or 14416489. OLE color: 14416489.

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

Color convert

RGB 105 250 219 -
CMYK 0.58 0 0.12 0.02
HSL 167.17º 0.94% 0.7% -
HSV(B) 167.17º 0.58% 0.98% -
XYZ 52.8 76.49 79 -
YUV 203.11 136.96 58.02 -
System Red Green Blue C M Y K H S L
Decimal 105 250 219 0.58 0 0.12 0.02 167.17 0.94 0.7
Hex 69 FA DB 3A 0 C 2 A7 5E 46
Octal 151 372 333 72 0 14 2 247 136 106
Binary 1101001 11111010 11011011 111010 0 1100 10 10100111 1011110 1000110

Color Harmonies of #69FADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69FADB

Black with #69FADB

Text Example


Text Example

White with #69FADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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