Html Css Color HEX #6BF9BA Aquamarine

📋 copy color: '#6BF9BA'

red 107 ◦ green 249 ◦ blue 186

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

Shades of Aquamarine #6BF9BA

Tints of Aquamarine #6BF9BA

RGB

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

 GREEN value IS 249 (97.66% from 255) = 45.94%

 BLUE value IS 186 (73.05% from 255) = 34.32%

R = 19.74%
G = 45.94%
B = 34.32%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#6BF9BA (or 0x6BF9BA) is known color: Aquamarine. HEX triplet: 6B, F9 and BA. RGB value is (107,249,186). Sum of RGB (Red+Green+Blue) = 107+249+186=542 (71% of max value = 765). Red value is 107 (42.19% from 255 or 19.74% from 542); Green value is 249 (97.66% from 255 or 45.94% from 542); Blue value is 186 (73.05% from 255 or 34.32% from 542); Max value from RGB is 249 - color contains mainly: green. Hex color #6BF9BA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BF9BA is #940645. Grayscale: #C7C7C7. Windows color (decimal): -9700934 or 12253547. OLE color: 12253547.

HSL color Cylindrical-coordinate representation of color #6BF9BA: hue angle of 153.38º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6BF9BA is Cyan = 0.57, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB 107 249 186 -
CMYK 0.57 0 0.25 0.02
HSL 153.38º 0.92% 0.7% -
HSV(B) 153.38º 0.57% 0.98% -
XYZ 48.8 74.42 58.25 -
YUV 199.36 120.46 62.12 -
System Red Green Blue C M Y K H S L
Decimal 107 249 186 0.57 0 0.25 0.02 153.38 0.92 0.7
Hex 6B F9 BA 39 0 19 2 99 5C 46
Octal 153 371 272 71 0 31 2 231 134 106
Binary 1101011 11111001 10111010 111001 0 11001 10 10011001 1011100 1000110

Color Harmonies of #6BF9BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BF9BA

Black with #6BF9BA

Text Example


Text Example

White with #6BF9BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,249,186); }

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

background-color css

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

 a { background-color: rgb(107,249,186); }

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

border-color css

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

 span { border-color: rgb(107,249,186); }

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