Html Css Color HEX #6BFBAB Aquamarine

📋 copy color: '#6BFBAB'

red 107 ◦ green 251 ◦ blue 171

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

Shades of Aquamarine #6BFBAB

Tints of Aquamarine #6BFBAB

RGB

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

 GREEN value IS 251 (98.44% from 255) = 47.45%

 BLUE value IS 171 (67.19% from 255) = 32.33%

R = 20.23%
G = 47.45%
B = 32.33%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#6BFBAB (or 0x6BFBAB) is known color: Aquamarine. HEX triplet: 6B, FB and AB. RGB value is (107,251,171). Sum of RGB (Red+Green+Blue) = 107+251+171=529 (70% of max value = 765). Red value is 107 (42.19% from 255 or 20.23% from 529); Green value is 251 (98.44% from 255 or 47.45% from 529); Blue value is 171 (67.19% from 255 or 32.33% from 529); Max value from RGB is 251 - color contains mainly: green. Hex color #6BFBAB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6BFBAB is #940454. Grayscale: #C7C7C7. Windows color (decimal): -9700437 or 11271019. OLE color: 11271019.

HSL color Cylindrical-coordinate representation of color #6BFBAB: hue angle of 146.67º degrees, saturation: 0.95, 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 #6BFBAB is Cyan = 0.57, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB 107 251 171 -
CMYK 0.57 0 0.32 0.02
HSL 146.67º 0.95% 0.7% -
HSV(B) 146.67º 0.57% 0.98% -
XYZ 47.91 75.06 50.49 -
YUV 198.82 112.29 62.5 -
System Red Green Blue C M Y K H S L
Decimal 107 251 171 0.57 0 0.32 0.02 146.67 0.95 0.7
Hex 6B FB AB 39 0 20 2 93 5F 46
Octal 153 373 253 71 0 40 2 223 137 106
Binary 1101011 11111011 10101011 111001 0 100000 10 10010011 1011111 1000110

Color Harmonies of #6BFBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BFBAB

Black with #6BFBAB

Text Example


Text Example

White with #6BFBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,251,171); }

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

background-color css

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

 a { background-color: rgb(107,251,171); }

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

border-color css

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

 span { border-color: rgb(107,251,171); }

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