Html Css Color HEX #6CFFB2 Aquamarine

📋 copy color: '#6CFFB2'

red 108 ◦ green 255 ◦ blue 178

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

Shades of Aquamarine #6CFFB2

Tints of Aquamarine #6CFFB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 32.9%

R = 19.96%
G = 47.13%
B = 32.9%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.30

 K value IS 0

RGB Variations

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

Color information

#6CFFB2 (or 0x6CFFB2) is known color: Aquamarine. HEX triplet: 6C, FF and B2. RGB value is (108,255,178). Sum of RGB (Red+Green+Blue) = 108+255+178=541 (71% of max value = 765). Red value is 108 (42.58% from 255 or 19.96% from 541); Green value is 255 (100% from 255 or 47.13% from 541); Blue value is 178 (69.92% from 255 or 32.90% from 541); Max value from RGB is 255 - color contains mainly: green. Hex color #6CFFB2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6CFFB2 is #93004D. Grayscale: #CACACA. Windows color (decimal): -9633870 or 11730796. OLE color: 11730796.

HSL color Cylindrical-coordinate representation of color #6CFFB2: hue angle of 148.57º 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 #6CFFB2 is Cyan = 0.58, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.

Color convert

RGB 108 255 178 -
CMYK 0.58 0 0.30 0
HSL 148.57º 1% 0.71% -
HSV(B) 148.57º 0.58% 1% -
XYZ 49.98 77.92 54.53 -
YUV 202.27 114.3 60.76 -
System Red Green Blue C M Y K H S L
Decimal 108 255 178 0.58 0 0.30 0 148.57 1 0.71
Hex 6C FF B2 3A 0 1E 0 95 64 47
Octal 154 377 262 72 0 36 0 225 144 107
Binary 1101100 11111111 10110010 111010 0 11110 0 10010101 1100100 1000111

Color Harmonies of #6CFFB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CFFB2

Black with #6CFFB2

Text Example


Text Example

White with #6CFFB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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