Html Css Color HEX #69F9C9 Aquamarine

📋 copy color: '#69F9C9'

red 105 ◦ green 249 ◦ blue 201

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

Shades of Aquamarine #69F9C9

Tints of Aquamarine #69F9C9

RGB

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

 GREEN value IS 249 (97.66% from 255) = 44.86%

 BLUE value IS 201 (78.91% from 255) = 36.22%

R = 18.92%
G = 44.86%
B = 36.22%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#69F9C9 (or 0x69F9C9) is known color: Aquamarine. HEX triplet: 69, F9 and C9. RGB value is (105,249,201). Sum of RGB (Red+Green+Blue) = 105+249+201=555 (73% of max value = 765). Red value is 105 (41.41% from 255 or 18.92% from 555); Green value is 249 (97.66% from 255 or 44.86% from 555); Blue value is 201 (78.91% from 255 or 36.22% from 555); Max value from RGB is 249 - color contains mainly: green. Hex color #69F9C9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #69F9C9 is #960636. Grayscale: #C8C8C8. Windows color (decimal): -9831991 or 13236585. OLE color: 13236585.

HSL color Cylindrical-coordinate representation of color #69F9C9: hue angle of 160º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #69F9C9 is Cyan = 0.58, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB 105 249 201 -
CMYK 0.58 0 0.19 0.02
HSL 160º 0.92% 0.69% -
HSV(B) 160º 0.58% 0.98% -
XYZ 50.24 74.97 67.08 -
YUV 200.47 128.29 59.9 -
System Red Green Blue C M Y K H S L
Decimal 105 249 201 0.58 0 0.19 0.02 160 0.92 0.69
Hex 69 F9 C9 3A 0 13 2 A0 5C 45
Octal 151 371 311 72 0 23 2 240 134 105
Binary 1101001 11111001 11001001 111010 0 10011 10 10100000 1011100 1000101

Color Harmonies of #69F9C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69F9C9

Black with #69F9C9

Text Example


Text Example

White with #69F9C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,249,201); }

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

background-color css

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

 a { background-color: rgb(105,249,201); }

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

border-color css

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

 span { border-color: rgb(105,249,201); }

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