Html Css Color HEX #68FCCB Aquamarine

📋 copy color: '#68FCCB'

red 104 ◦ green 252 ◦ blue 203

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

Shades of Aquamarine #68FCCB

Tints of Aquamarine #68FCCB

RGB

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

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

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

R = 18.6%
G = 45.08%
B = 36.31%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#68FCCB (or 0x68FCCB) is known color: Aquamarine. HEX triplet: 68, FC and CB. RGB value is (104,252,203). Sum of RGB (Red+Green+Blue) = 104+252+203=559 (74% of max value = 765). Red value is 104 (41.02% from 255 or 18.60% from 559); Green value is 252 (98.83% from 255 or 45.08% from 559); Blue value is 203 (79.69% from 255 or 36.31% from 559); Max value from RGB is 252 - color contains mainly: green. Hex color #68FCCB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68FCCB is #970334. Grayscale: #CACACA. Windows color (decimal): -9896757 or 13368424. OLE color: 13368424.

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

Color convert

RGB 104 252 203 -
CMYK 0.59 0 0.19 0.01
HSL 160.14º 0.96% 0.7% -
HSV(B) 160.14º 0.59% 0.99% -
XYZ 51.3 76.88 68.63 -
YUV 202.16 128.47 57.98 -
System Red Green Blue C M Y K H S L
Decimal 104 252 203 0.59 0 0.19 0.01 160.14 0.96 0.7
Hex 68 FC CB 3B 0 13 1 A0 60 46
Octal 150 374 313 73 0 23 1 240 140 106
Binary 1101000 11111100 11001011 111011 0 10011 1 10100000 1100000 1000110

Color Harmonies of #68FCCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68FCCB

Black with #68FCCB

Text Example


Text Example

White with #68FCCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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