Html Css Color HEX #68FDCB Aquamarine

📋 copy color: '#68FDCB'

red 104 ◦ green 253 ◦ blue 203

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

Shades of Aquamarine #68FDCB

Tints of Aquamarine #68FDCB

RGB

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

 GREEN value IS 253 (99.22% from 255) = 45.18%

 BLUE value IS 203 (79.69% from 255) = 36.25%

R = 18.57%
G = 45.18%
B = 36.25%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.20

 K value IS 0.01

RGB Variations

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

Color information

#68FDCB (or 0x68FDCB) is known color: Aquamarine. HEX triplet: 68, FD and CB. RGB value is (104,253,203). Sum of RGB (Red+Green+Blue) = 104+253+203=560 (74% of max value = 765). Red value is 104 (41.02% from 255 or 18.57% from 560); Green value is 253 (99.22% from 255 or 45.18% from 560); Blue value is 203 (79.69% from 255 or 36.25% from 560); Max value from RGB is 253 - color contains mainly: green. Hex color #68FDCB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68FDCB is #970234. Grayscale: #CACACA. Windows color (decimal): -9896501 or 13368680. OLE color: 13368680.

HSL color Cylindrical-coordinate representation of color #68FDCB: hue angle of 159.87º degrees, saturation: 0.97, 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 #68FDCB is Cyan = 0.59, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.

Color convert

RGB 104 253 203 -
CMYK 0.59 0 0.20 0.01
HSL 159.87º 0.97% 0.7% -
HSV(B) 159.87º 0.59% 0.99% -
XYZ 51.61 77.51 68.74 -
YUV 202.75 128.14 57.57 -
System Red Green Blue C M Y K H S L
Decimal 104 253 203 0.59 0 0.20 0.01 159.87 0.97 0.7
Hex 68 FD CB 3B 0 14 1 A0 61 46
Octal 150 375 313 73 0 24 1 240 141 106
Binary 1101000 11111101 11001011 111011 0 10100 1 10100000 1100001 1000110

Color Harmonies of #68FDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68FDCB

Black with #68FDCB

Text Example


Text Example

White with #68FDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,253,203); }

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

background-color css

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

 a { background-color: rgb(104,253,203); }

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

border-color css

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

 span { border-color: rgb(104,253,203); }

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