Html Css Color HEX #68FBBB Aquamarine

📋 copy color: '#68FBBB'

red 104 ◦ green 251 ◦ blue 187

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

Shades of Aquamarine #68FBBB

Tints of Aquamarine #68FBBB

RGB

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

 GREEN value IS 251 (98.44% from 255) = 46.31%

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

R = 19.19%
G = 46.31%
B = 34.5%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#68FBBB (or 0x68FBBB) is known color: Aquamarine. HEX triplet: 68, FB and BB. RGB value is (104,251,187). Sum of RGB (Red+Green+Blue) = 104+251+187=542 (71% of max value = 765). Red value is 104 (41.02% from 255 or 19.19% from 542); Green value is 251 (98.44% from 255 or 46.31% from 542); Blue value is 187 (73.44% from 255 or 34.50% from 542); Max value from RGB is 251 - color contains mainly: green. Hex color #68FBBB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68FBBB is #970444. Grayscale: #C7C7C7. Windows color (decimal): -9897029 or 12319592. OLE color: 12319592.

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

Color convert

RGB 104 251 187 -
CMYK 0.59 0 0.25 0.02
HSL 153.88º 0.95% 0.7% -
HSV(B) 153.88º 0.59% 0.98% -
XYZ 49.18 75.53 59 -
YUV 199.75 120.8 59.7 -
System Red Green Blue C M Y K H S L
Decimal 104 251 187 0.59 0 0.25 0.02 153.88 0.95 0.7
Hex 68 FB BB 3B 0 19 2 9A 5F 46
Octal 150 373 273 73 0 31 2 232 137 106
Binary 1101000 11111011 10111011 111011 0 11001 10 10011010 1011111 1000110

Color Harmonies of #68FBBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68FBBB

Black with #68FBBB

Text Example


Text Example

White with #68FBBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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