Html Css Color HEX #6BEFC4 Aquamarine

📋 copy color: '#6BEFC4'

red 107 ◦ green 239 ◦ blue 196

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

Shades of Aquamarine #6BEFC4

Tints of Aquamarine #6BEFC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 36.16%

R = 19.74%
G = 44.1%
B = 36.16%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#6BEFC4 (or 0x6BEFC4) is known color: Aquamarine. HEX triplet: 6B, EF and C4. RGB value is (107,239,196). Sum of RGB (Red+Green+Blue) = 107+239+196=542 (71% of max value = 765). Red value is 107 (42.19% from 255 or 19.74% from 542); Green value is 239 (93.75% from 255 or 44.10% from 542); Blue value is 196 (76.95% from 255 or 36.16% from 542); Max value from RGB is 239 - color contains mainly: green. Hex color #6BEFC4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BEFC4 is #94103B. Grayscale: #C2C2C2. Windows color (decimal): -9703484 or 12906347. OLE color: 12906347.

HSL color Cylindrical-coordinate representation of color #6BEFC4: hue angle of 160.45º 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 #6BEFC4 is Cyan = 0.55, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.

Color convert

RGB 107 239 196 -
CMYK 0.55 0 0.18 0.06
HSL 160.45º 0.8% 0.68% -
HSV(B) 160.45º 0.55% 0.94% -
XYZ 46.89 68.84 63.04 -
YUV 194.63 128.77 65.5 -
System Red Green Blue C M Y K H S L
Decimal 107 239 196 0.55 0 0.18 0.06 160.45 0.8 0.68
Hex 6B EF C4 37 0 12 6 A0 50 44
Octal 153 357 304 67 0 22 6 240 120 104
Binary 1101011 11101111 11000100 110111 0 10010 110 10100000 1010000 1000100

Color Harmonies of #6BEFC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BEFC4

Black with #6BEFC4

Text Example


Text Example

White with #6BEFC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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