Html Css Color HEX #69CA9F Medium Aquamarine

📋 copy color: '#69CA9F'

red 105 ◦ green 202 ◦ blue 159

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

Shades of Medium Aquamarine #69CA9F

Tints of Medium Aquamarine #69CA9F

RGB

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

 GREEN value IS 202 (79.3% from 255) = 43.35%

 BLUE value IS 159 (62.5% from 255) = 34.12%

R = 22.53%
G = 43.35%
B = 34.12%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.21

 K value IS 0.21

RGB Variations

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

Color information

#69CA9F (or 0x69CA9F) is known color: Medium Aquamarine. HEX triplet: 69, CA and 9F. RGB value is (105,202,159). Sum of RGB (Red+Green+Blue) = 105+202+159=466 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.53% from 466); Green value is 202 (79.30% from 255 or 43.35% from 466); Blue value is 159 (62.5% from 255 or 34.12% from 466); Max value from RGB is 202 - color contains mainly: green. Hex color #69CA9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69CA9F is #963560. Grayscale: #A8A8A8. Windows color (decimal): -9844065 or 10472041. OLE color: 10472041.

HSL color Cylindrical-coordinate representation of color #69CA9F: hue angle of 153.4º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #69CA9F is Cyan = 0.48, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.

Color convert

RGB 105 202 159 -
CMYK 0.48 0 0.21 0.21
HSL 153.4º 0.48% 0.6% -
HSV(B) 153.4º 0.48% 0.79% -
XYZ 33.2 47.75 40.27 -
YUV 168.1 122.86 83 -
System Red Green Blue C M Y K H S L
Decimal 105 202 159 0.48 0 0.21 0.21 153.4 0.48 0.6
Hex 69 CA 9F 30 0 15 15 99 30 3C
Octal 151 312 237 60 0 25 25 231 60 74
Binary 1101001 11001010 10011111 110000 0 10101 10101 10011001 110000 111100

Color Harmonies of #69CA9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69CA9F

Black with #69CA9F

Text Example


Text Example

White with #69CA9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,202,159); }

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

background-color css

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

 a { background-color: rgb(105,202,159); }

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

border-color css

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

 span { border-color: rgb(105,202,159); }

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