Html Css Color HEX #68FCAF Aquamarine

📋 copy color: '#68FCAF'

red 104 ◦ green 252 ◦ blue 175

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

Shades of Aquamarine #68FCAF

Tints of Aquamarine #68FCAF

RGB

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

 GREEN value IS 252 (98.83% from 255) = 47.46%

 BLUE value IS 175 (68.75% from 255) = 32.96%

R = 19.59%
G = 47.46%
B = 32.96%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.31

 K value IS 0.01

RGB Variations

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

Color information

#68FCAF (or 0x68FCAF) is known color: Aquamarine. HEX triplet: 68, FC and AF. RGB value is (104,252,175). Sum of RGB (Red+Green+Blue) = 104+252+175=531 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.59% from 531); Green value is 252 (98.83% from 255 or 47.46% from 531); Blue value is 175 (68.75% from 255 or 32.96% from 531); Max value from RGB is 252 - color contains mainly: green. Hex color #68FCAF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68FCAF is #970350. Grayscale: #C7C7C7. Windows color (decimal): -9896785 or 11533416. OLE color: 11533416.

HSL color Cylindrical-coordinate representation of color #68FCAF: hue angle of 148.78º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #68FCAF is Cyan = 0.59, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.01.

Color convert

RGB 104 252 175 -
CMYK 0.59 0 0.31 0.01
HSL 148.78º 0.96% 0.7% -
HSV(B) 148.78º 0.59% 0.99% -
XYZ 48.26 75.66 52.62 -
YUV 198.97 114.47 60.26 -
System Red Green Blue C M Y K H S L
Decimal 104 252 175 0.59 0 0.31 0.01 148.78 0.96 0.7
Hex 68 FC AF 3B 0 1F 1 95 60 46
Octal 150 374 257 73 0 37 1 225 140 106
Binary 1101000 11111100 10101111 111011 0 11111 1 10010101 1100000 1000110

Color Harmonies of #68FCAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68FCAF

Black with #68FCAF

Text Example


Text Example

White with #68FCAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,252,175); }

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

background-color css

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

 a { background-color: rgb(104,252,175); }

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

border-color css

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

 span { border-color: rgb(104,252,175); }

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