Html Css Color HEX #6BEFC2 Aquamarine

📋 copy color: '#6BEFC2'

red 107 ◦ green 239 ◦ blue 194

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

Shades of Aquamarine #6BEFC2

Tints of Aquamarine #6BEFC2

RGB

 RED value IS 107 (42.19% from 255) = 19.81%

 GREEN value IS 239 (93.75% from 255) = 44.26%

 BLUE value IS 194 (76.17% from 255) = 35.93%

R = 19.81%
G = 44.26%
B = 35.93%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.19

 K value IS 0.06

RGB Variations

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

Color information

#6BEFC2 (or 0x6BEFC2) is known color: Aquamarine. HEX triplet: 6B, EF and C2. RGB value is (107,239,194). Sum of RGB (Red+Green+Blue) = 107+239+194=540 (71% of max value = 765). Red value is 107 (42.19% from 255 or 19.81% from 540); Green value is 239 (93.75% from 255 or 44.26% from 540); Blue value is 194 (76.17% from 255 or 35.93% from 540); Max value from RGB is 239 - color contains mainly: green. Hex color #6BEFC2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BEFC2 is #94103D. Grayscale: #C2C2C2. Windows color (decimal): -9703486 or 12775275. OLE color: 12775275.

HSL color Cylindrical-coordinate representation of color #6BEFC2: hue angle of 159.55º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6BEFC2 is Cyan = 0.55, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.06.

Color convert

RGB 107 239 194 -
CMYK 0.55 0 0.19 0.06
HSL 159.55º 0.8% 0.68% -
HSV(B) 159.55º 0.55% 0.94% -
XYZ 46.67 68.75 61.85 -
YUV 194.4 127.77 65.66 -
System Red Green Blue C M Y K H S L
Decimal 107 239 194 0.55 0 0.19 0.06 159.55 0.8 0.68
Hex 6B EF C2 37 0 13 6 A0 50 44
Octal 153 357 302 67 0 23 6 240 120 104
Binary 1101011 11101111 11000010 110111 0 10011 110 10100000 1010000 1000100

Color Harmonies of #6BEFC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BEFC2

Black with #6BEFC2

Text Example


Text Example

White with #6BEFC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,239,194); }

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

background-color css

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

 a { background-color: rgb(107,239,194); }

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

border-color css

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

 span { border-color: rgb(107,239,194); }

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