Html Css Color HEX #68FCBB Aquamarine

📋 copy color: '#68FCBB'

red 104 ◦ green 252 ◦ blue 187

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

Shades of Aquamarine #68FCBB

Tints of Aquamarine #68FCBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 34.44%

R = 19.15%
G = 46.41%
B = 34.44%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#68FCBB (or 0x68FCBB) is known color: Aquamarine. HEX triplet: 68, FC and BB. RGB value is (104,252,187). Sum of RGB (Red+Green+Blue) = 104+252+187=543 (71% of max value = 765). Red value is 104 (41.02% from 255 or 19.15% from 543); Green value is 252 (98.83% from 255 or 46.41% from 543); Blue value is 187 (73.44% from 255 or 34.44% from 543); Max value from RGB is 252 - color contains mainly: green. Hex color #68FCBB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68FCBB is #970344. Grayscale: #C8C8C8. Windows color (decimal): -9896773 or 12319848. OLE color: 12319848.

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

Color convert

RGB 104 252 187 -
CMYK 0.59 0 0.26 0.01
HSL 153.65º 0.96% 0.7% -
HSV(B) 153.65º 0.59% 0.99% -
XYZ 49.49 76.15 59.1 -
YUV 200.34 120.47 59.29 -
System Red Green Blue C M Y K H S L
Decimal 104 252 187 0.59 0 0.26 0.01 153.65 0.96 0.7
Hex 68 FC BB 3B 0 1A 1 9A 60 46
Octal 150 374 273 73 0 32 1 232 140 106
Binary 1101000 11111100 10111011 111011 0 11010 1 10011010 1100000 1000110

Color Harmonies of #68FCBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68FCBB

Black with #68FCBB

Text Example


Text Example

White with #68FCBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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