Html Css Color HEX #68F9CA Aquamarine

📋 copy color: '#68F9CA'

red 104 ◦ green 249 ◦ blue 202

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

Shades of Aquamarine #68F9CA

Tints of Aquamarine #68F9CA

RGB

 RED value IS 104 (41.02% from 255) = 18.74%

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

 BLUE value IS 202 (79.3% from 255) = 36.4%

R = 18.74%
G = 44.86%
B = 36.4%

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

#68F9CA (or 0x68F9CA) is known color: Aquamarine. HEX triplet: 68, F9 and CA. RGB value is (104,249,202). Sum of RGB (Red+Green+Blue) = 104+249+202=555 (73% of max value = 765). Red value is 104 (41.02% from 255 or 18.74% from 555); Green value is 249 (97.66% from 255 or 44.86% from 555); Blue value is 202 (79.30% from 255 or 36.40% from 555); Max value from RGB is 249 - color contains mainly: green. Hex color #68F9CA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68F9CA is #970635. Grayscale: #C8C8C8. Windows color (decimal): -9897526 or 13302120. OLE color: 13302120.

HSL color Cylindrical-coordinate representation of color #68F9CA: hue angle of 160.55º 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 #68F9CA is Cyan = 0.58, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB 104 249 202 -
CMYK 0.58 0 0.19 0.02
HSL 160.55º 0.92% 0.69% -
HSV(B) 160.55º 0.58% 0.98% -
XYZ 50.25 74.96 67.7 -
YUV 200.29 128.96 59.32 -
System Red Green Blue C M Y K H S L
Decimal 104 249 202 0.58 0 0.19 0.02 160.55 0.92 0.69
Hex 68 F9 CA 3A 0 13 2 A1 5C 45
Octal 150 371 312 72 0 23 2 241 134 105
Binary 1101000 11111001 11001010 111010 0 10011 10 10100001 1011100 1000101

Color Harmonies of #68F9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68F9CA

Black with #68F9CA

Text Example


Text Example

White with #68F9CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68F9CA; }

 p { color: rgb(104,249,202); }

 H1.HeaderClassName
 {
   color: #68F9CA;
 }
 .AnyTagClassName
 {
   color: #68F9CA;
 }
</style>

background-color css

<style>
 a { background-color: #68F9CA; }

 a { background-color: rgb(104,249,202); }

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

border-color css

<style>
 span { border-color: #68F9CA; }

 span { border-color: rgb(104,249,202); }

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