Html Css Color HEX #69EFDB Aquamarine

📋 copy color: '#69EFDB'

red 105 ◦ green 239 ◦ blue 219

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

Shades of Aquamarine #69EFDB

Tints of Aquamarine #69EFDB

RGB

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

 GREEN value IS 239 (93.75% from 255) = 42.45%

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

R = 18.65%
G = 42.45%
B = 38.9%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#69EFDB (or 0x69EFDB) is known color: Aquamarine. HEX triplet: 69, EF and DB. RGB value is (105,239,219). Sum of RGB (Red+Green+Blue) = 105+239+219=563 (74% of max value = 765). Red value is 105 (41.41% from 255 or 18.65% from 563); Green value is 239 (93.75% from 255 or 42.45% from 563); Blue value is 219 (85.94% from 255 or 38.90% from 563); Max value from RGB is 239 - color contains mainly: green. Hex color #69EFDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #69EFDB is #961024. Grayscale: #C4C4C4. Windows color (decimal): -9834533 or 14413673. OLE color: 14413673.

HSL color Cylindrical-coordinate representation of color #69EFDB: hue angle of 171.04º 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 #69EFDB is Cyan = 0.56, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 105 239 219 -
CMYK 0.56 0 0.08 0.06
HSL 171.04º 0.81% 0.67% -
HSV(B) 171.04º 0.56% 0.94% -
XYZ 49.48 69.85 77.89 -
YUV 196.65 140.61 62.63 -
System Red Green Blue C M Y K H S L
Decimal 105 239 219 0.56 0 0.08 0.06 171.04 0.81 0.67
Hex 69 EF DB 38 0 8 6 AB 51 43
Octal 151 357 333 70 0 10 6 253 121 103
Binary 1101001 11101111 11011011 111000 0 1000 110 10101011 1010001 1000011

Color Harmonies of #69EFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69EFDB

Black with #69EFDB

Text Example


Text Example

White with #69EFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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