Html Css Color HEX #69CC9E Medium Aquamarine

📋 copy color: '#69CC9E'

red 105 ◦ green 204 ◦ blue 158

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

Shades of Medium Aquamarine #69CC9E

Tints of Medium Aquamarine #69CC9E

RGB

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

 GREEN value IS 204 (80.08% from 255) = 43.68%

 BLUE value IS 158 (62.11% from 255) = 33.83%

R = 22.48%
G = 43.68%
B = 33.83%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.23

 K value IS 0.2

RGB Variations

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

Color information

#69CC9E (or 0x69CC9E) is known color: Medium Aquamarine. HEX triplet: 69, CC and 9E. RGB value is (105,204,158). Sum of RGB (Red+Green+Blue) = 105+204+158=467 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.48% from 467); Green value is 204 (80.08% from 255 or 43.68% from 467); Blue value is 158 (62.11% from 255 or 33.83% from 467); Max value from RGB is 204 - color contains mainly: green. Hex color #69CC9E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69CC9E is #963361. Grayscale: #A9A9A9. Windows color (decimal): -9843554 or 10407017. OLE color: 10407017.

HSL color Cylindrical-coordinate representation of color #69CC9E: hue angle of 152.12º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #69CC9E is Cyan = 0.49, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.2.

Color convert

RGB 105 204 158 -
CMYK 0.49 0 0.23 0.2
HSL 152.12º 0.49% 0.61% -
HSV(B) 152.12º 0.49% 0.8% -
XYZ 33.59 48.66 39.97 -
YUV 169.16 121.7 82.24 -
System Red Green Blue C M Y K H S L
Decimal 105 204 158 0.49 0 0.23 0.2 152.12 0.49 0.61
Hex 69 CC 9E 31 0 17 14 98 31 3D
Octal 151 314 236 61 0 27 24 230 61 75
Binary 1101001 11001100 10011110 110001 0 10111 10100 10011000 110001 111101

Color Harmonies of #69CC9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69CC9E

Black with #69CC9E

Text Example


Text Example

White with #69CC9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,204,158); }

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

background-color css

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

 a { background-color: rgb(105,204,158); }

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

border-color css

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

 span { border-color: rgb(105,204,158); }

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