Html Css Color HEX #69E1AF Medium Aquamarine

📋 copy color: '#69E1AF'

red 105 ◦ green 225 ◦ blue 175

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

Shades of Medium Aquamarine #69E1AF

Tints of Medium Aquamarine #69E1AF

RGB

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

 GREEN value IS 225 (88.28% from 255) = 44.55%

 BLUE value IS 175 (68.75% from 255) = 34.65%

R = 20.79%
G = 44.55%
B = 34.65%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#69E1AF (or 0x69E1AF) is known color: Medium Aquamarine. HEX triplet: 69, E1 and AF. RGB value is (105,225,175). Sum of RGB (Red+Green+Blue) = 105+225+175=505 (66% of max value = 765). Red value is 105 (41.41% from 255 or 20.79% from 505); Green value is 225 (88.28% from 255 or 44.55% from 505); Blue value is 175 (68.75% from 255 or 34.65% from 505); Max value from RGB is 225 - color contains mainly: green. Hex color #69E1AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69E1AF is #961E50. Grayscale: #B7B7B7. Windows color (decimal): -9838161 or 11526505. OLE color: 11526505.

HSL color Cylindrical-coordinate representation of color #69E1AF: hue angle of 155º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #69E1AF is Cyan = 0.53, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB 105 225 175 -
CMYK 0.53 0 0.22 0.12
HSL 155º 0.67% 0.65% -
HSV(B) 155º 0.53% 0.88% -
XYZ 40.49 59.95 49.99 -
YUV 183.42 123.24 72.07 -
System Red Green Blue C M Y K H S L
Decimal 105 225 175 0.53 0 0.22 0.12 155 0.67 0.65
Hex 69 E1 AF 35 0 16 C 9B 43 41
Octal 151 341 257 65 0 26 14 233 103 101
Binary 1101001 11100001 10101111 110101 0 10110 1100 10011011 1000011 1000001

Color Harmonies of #69E1AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69E1AF

Black with #69E1AF

Text Example


Text Example

White with #69E1AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,225,175); }

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

background-color css

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

 a { background-color: rgb(105,225,175); }

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

border-color css

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

 span { border-color: rgb(105,225,175); }

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