Html Css Color HEX #6CFFA8 Aquamarine

📋 copy color: '#6CFFA8'

red 108 ◦ green 255 ◦ blue 168

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

Shades of Aquamarine #6CFFA8

Tints of Aquamarine #6CFFA8

RGB

 RED value IS 108 (42.58% from 255) = 20.34%

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

 BLUE value IS 168 (66.02% from 255) = 31.64%

R = 20.34%
G = 48.02%
B = 31.64%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.34

 K value IS 0

RGB Variations

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

Color information

#6CFFA8 (or 0x6CFFA8) is known color: Aquamarine. HEX triplet: 6C, FF and A8. RGB value is (108,255,168). Sum of RGB (Red+Green+Blue) = 108+255+168=531 (70% of max value = 765). Red value is 108 (42.58% from 255 or 20.34% from 531); Green value is 255 (100% from 255 or 48.02% from 531); Blue value is 168 (66.02% from 255 or 31.64% from 531); Max value from RGB is 255 - color contains mainly: green. Hex color #6CFFA8 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6CFFA8 is #930057. Grayscale: #C9C9C9. Windows color (decimal): -9633880 or 11075436. OLE color: 11075436.

HSL color Cylindrical-coordinate representation of color #6CFFA8: hue angle of 144.49º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6CFFA8 is Cyan = 0.58, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.

Color convert

RGB 108 255 168 -
CMYK 0.58 0 0.34 0
HSL 144.49º 1% 0.71% -
HSV(B) 144.49º 0.58% 1% -
XYZ 49.01 77.54 49.43 -
YUV 201.13 109.3 61.57 -
System Red Green Blue C M Y K H S L
Decimal 108 255 168 0.58 0 0.34 0 144.49 1 0.71
Hex 6C FF A8 3A 0 22 0 90 64 47
Octal 154 377 250 72 0 42 0 220 144 107
Binary 1101100 11111111 10101000 111010 0 100010 0 10010000 1100100 1000111

Color Harmonies of #6CFFA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CFFA8

Black with #6CFFA8

Text Example


Text Example

White with #6CFFA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6CFFA8; }

 p { color: rgb(108,255,168); }

 H1.HeaderClassName
 {
   color: #6CFFA8;
 }
 .AnyTagClassName
 {
   color: #6CFFA8;
 }
</style>

background-color css

<style>
 a { background-color: #6CFFA8; }

 a { background-color: rgb(108,255,168); }

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

border-color css

<style>
 span { border-color: #6CFFA8; }

 span { border-color: rgb(108,255,168); }

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