Html Css Color HEX #6BF5BF Aquamarine

📋 copy color: '#6BF5BF'

red 107 ◦ green 245 ◦ blue 191

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

Shades of Aquamarine #6BF5BF

Tints of Aquamarine #6BF5BF

RGB

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

 GREEN value IS 245 (96.09% from 255) = 45.12%

 BLUE value IS 191 (75% from 255) = 35.17%

R = 19.71%
G = 45.12%
B = 35.17%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.22

 K value IS 0.04

RGB Variations

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

Color information

#6BF5BF (or 0x6BF5BF) is known color: Aquamarine. HEX triplet: 6B, F5 and BF. RGB value is (107,245,191). Sum of RGB (Red+Green+Blue) = 107+245+191=543 (71% of max value = 765). Red value is 107 (42.19% from 255 or 19.71% from 543); Green value is 245 (96.09% from 255 or 45.12% from 543); Blue value is 191 (75% from 255 or 35.17% from 543); Max value from RGB is 245 - color contains mainly: green. Hex color #6BF5BF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BF5BF is #940A40. Grayscale: #C5C5C5. Windows color (decimal): -9701953 or 12580203. OLE color: 12580203.

HSL color Cylindrical-coordinate representation of color #6BF5BF: hue angle of 156.52º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6BF5BF is Cyan = 0.56, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.04.

Color convert

RGB 107 245 191 -
CMYK 0.56 0 0.22 0.04
HSL 156.52º 0.87% 0.69% -
HSV(B) 156.52º 0.56% 0.96% -
XYZ 48.12 72.19 60.69 -
YUV 197.58 124.28 63.39 -
System Red Green Blue C M Y K H S L
Decimal 107 245 191 0.56 0 0.22 0.04 156.52 0.87 0.69
Hex 6B F5 BF 38 0 16 4 9D 57 45
Octal 153 365 277 70 0 26 4 235 127 105
Binary 1101011 11110101 10111111 111000 0 10110 100 10011101 1010111 1000101

Color Harmonies of #6BF5BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BF5BF

Black with #6BF5BF

Text Example


Text Example

White with #6BF5BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,245,191); }

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

background-color css

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

 a { background-color: rgb(107,245,191); }

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

border-color css

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

 span { border-color: rgb(107,245,191); }

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