Html Css Color HEX #68F9E3 Aquamarine

📋 copy color: '#68F9E3'

red 104 ◦ green 249 ◦ blue 227

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

Shades of Aquamarine #68F9E3

Tints of Aquamarine #68F9E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 39.14%

R = 17.93%
G = 42.93%
B = 39.14%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.09

 K value IS 0.02

RGB Variations

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

Color information

#68F9E3 (or 0x68F9E3) is known color: Aquamarine. HEX triplet: 68, F9 and E3. RGB value is (104,249,227). Sum of RGB (Red+Green+Blue) = 104+249+227=580 (76% of max value = 765). Red value is 104 (41.02% from 255 or 17.93% from 580); Green value is 249 (97.66% from 255 or 42.93% from 580); Blue value is 227 (89.06% from 255 or 39.14% from 580); Max value from RGB is 249 - color contains mainly: green. Hex color #68F9E3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68F9E3 is #97061C. Grayscale: #CBCBCB. Windows color (decimal): -9897501 or 14940520. OLE color: 14940520.

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

Color convert

RGB 104 249 227 -
CMYK 0.58 0 0.09 0.02
HSL 170.9º 0.92% 0.69% -
HSV(B) 170.9º 0.58% 0.98% -
XYZ 53.45 76.24 84.57 -
YUV 203.14 141.46 57.29 -
System Red Green Blue C M Y K H S L
Decimal 104 249 227 0.58 0 0.09 0.02 170.9 0.92 0.69
Hex 68 F9 E3 3A 0 9 2 AB 5C 45
Octal 150 371 343 72 0 11 2 253 134 105
Binary 1101000 11111001 11100011 111010 0 1001 10 10101011 1011100 1000101

Color Harmonies of #68F9E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68F9E3

Black with #68F9E3

Text Example


Text Example

White with #68F9E3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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