Html Css Color HEX #68FABB Aquamarine

📋 copy color: '#68FABB'

red 104 ◦ green 250 ◦ blue 187

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

Shades of Aquamarine #68FABB

Tints of Aquamarine #68FABB

RGB

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

 GREEN value IS 250 (98.05% from 255) = 46.21%

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

R = 19.22%
G = 46.21%
B = 34.57%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#68FABB (or 0x68FABB) is known color: Aquamarine. HEX triplet: 68, FA and BB. RGB value is (104,250,187). Sum of RGB (Red+Green+Blue) = 104+250+187=541 (71% of max value = 765). Red value is 104 (41.02% from 255 or 19.22% from 541); Green value is 250 (98.05% from 255 or 46.21% from 541); Blue value is 187 (73.44% from 255 or 34.57% from 541); Max value from RGB is 250 - color contains mainly: green. Hex color #68FABB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68FABB is #970544. Grayscale: #C7C7C7. Windows color (decimal): -9897285 or 12319336. OLE color: 12319336.

HSL color Cylindrical-coordinate representation of color #68FABB: hue angle of 154.11º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #68FABB is Cyan = 0.58, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB 104 250 187 -
CMYK 0.58 0 0.25 0.02
HSL 154.11º 0.94% 0.69% -
HSV(B) 154.11º 0.58% 0.98% -
XYZ 48.86 74.9 58.9 -
YUV 199.16 121.13 60.12 -
System Red Green Blue C M Y K H S L
Decimal 104 250 187 0.58 0 0.25 0.02 154.11 0.94 0.69
Hex 68 FA BB 3A 0 19 2 9A 5E 45
Octal 150 372 273 72 0 31 2 232 136 105
Binary 1101000 11111010 10111011 111010 0 11001 10 10011010 1011110 1000101

Color Harmonies of #68FABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68FABB

Black with #68FABB

Text Example


Text Example

White with #68FABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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