Html Css Color HEX #68FFB3 Aquamarine

📋 copy color: '#68FFB3'

red 104 ◦ green 255 ◦ blue 179

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

Shades of Aquamarine #68FFB3

Tints of Aquamarine #68FFB3

RGB

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

 GREEN value IS 255 (100% from 255) = 47.4%

 BLUE value IS 179 (70.31% from 255) = 33.27%

R = 19.33%
G = 47.4%
B = 33.27%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.30

 K value IS 0

RGB Variations

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

Color information

#68FFB3 (or 0x68FFB3) is known color: Aquamarine. HEX triplet: 68, FF and B3. RGB value is (104,255,179). Sum of RGB (Red+Green+Blue) = 104+255+179=538 (71% of max value = 765). Red value is 104 (41.02% from 255 or 19.33% from 538); Green value is 255 (100% from 255 or 47.40% from 538); Blue value is 179 (70.31% from 255 or 33.27% from 538); Max value from RGB is 255 - color contains mainly: green. Hex color #68FFB3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68FFB3 is #97004C. Grayscale: #C9C9C9. Windows color (decimal): -9896013 or 11796328. OLE color: 11796328.

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

Color convert

RGB 104 255 179 -
CMYK 0.59 0 0.30 0
HSL 149.8º 1% 0.7% -
HSV(B) 149.8º 0.59% 1% -
XYZ 49.61 77.72 55.03 -
YUV 201.19 115.47 58.68 -
System Red Green Blue C M Y K H S L
Decimal 104 255 179 0.59 0 0.30 0 149.8 1 0.7
Hex 68 FF B3 3B 0 1E 0 96 64 46
Octal 150 377 263 73 0 36 0 226 144 106
Binary 1101000 11111111 10110011 111011 0 11110 0 10010110 1100100 1000110

Color Harmonies of #68FFB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68FFB3

Black with #68FFB3

Text Example


Text Example

White with #68FFB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,255,179); }

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

background-color css

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

 a { background-color: rgb(104,255,179); }

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

border-color css

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

 span { border-color: rgb(104,255,179); }

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