Html Css Color HEX #68EDD8 Aquamarine

📋 copy color: '#68EDD8'

red 104 ◦ green 237 ◦ blue 216

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

Shades of Aquamarine #68EDD8

Tints of Aquamarine #68EDD8

RGB

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

 GREEN value IS 237 (92.97% from 255) = 42.55%

 BLUE value IS 216 (84.77% from 255) = 38.78%

R = 18.67%
G = 42.55%
B = 38.78%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#68EDD8 (or 0x68EDD8) is known color: Aquamarine. HEX triplet: 68, ED and D8. RGB value is (104,237,216). Sum of RGB (Red+Green+Blue) = 104+237+216=557 (73% of max value = 765). Red value is 104 (41.02% from 255 or 18.67% from 557); Green value is 237 (92.97% from 255 or 42.55% from 557); Blue value is 216 (84.77% from 255 or 38.78% from 557); Max value from RGB is 237 - color contains mainly: green. Hex color #68EDD8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68EDD8 is #971227. Grayscale: #C2C2C2. Windows color (decimal): -9900584 or 14216552. OLE color: 14216552.

HSL color Cylindrical-coordinate representation of color #68EDD8: hue angle of 170.53º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68EDD8 is Cyan = 0.56, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.

Color convert

RGB 104 237 216 -
CMYK 0.56 0 0.09 0.07
HSL 170.53º 0.79% 0.67% -
HSV(B) 170.53º 0.56% 0.93% -
XYZ 48.39 68.47 75.63 -
YUV 194.84 139.94 63.21 -
System Red Green Blue C M Y K H S L
Decimal 104 237 216 0.56 0 0.09 0.07 170.53 0.79 0.67
Hex 68 ED D8 38 0 9 7 AB 4F 43
Octal 150 355 330 70 0 11 7 253 117 103
Binary 1101000 11101101 11011000 111000 0 1001 111 10101011 1001111 1000011

Color Harmonies of #68EDD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68EDD8

Black with #68EDD8

Text Example


Text Example

White with #68EDD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,237,216); }

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

background-color css

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

 a { background-color: rgb(104,237,216); }

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

border-color css

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

 span { border-color: rgb(104,237,216); }

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