Html Css Color HEX #6BFCAB Aquamarine

📋 copy color: '#6BFCAB'

red 107 ◦ green 252 ◦ blue 171

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

Shades of Aquamarine #6BFCAB

Tints of Aquamarine #6BFCAB

RGB

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

 GREEN value IS 252 (98.83% from 255) = 47.55%

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

R = 20.19%
G = 47.55%
B = 32.26%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#6BFCAB (or 0x6BFCAB) is known color: Aquamarine. HEX triplet: 6B, FC and AB. RGB value is (107,252,171). Sum of RGB (Red+Green+Blue) = 107+252+171=530 (70% of max value = 765). Red value is 107 (42.19% from 255 or 20.19% from 530); Green value is 252 (98.83% from 255 or 47.55% from 530); Blue value is 171 (67.19% from 255 or 32.26% from 530); Max value from RGB is 252 - color contains mainly: green. Hex color #6BFCAB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6BFCAB is #940354. Grayscale: #C7C7C7. Windows color (decimal): -9700181 or 11271275. OLE color: 11271275.

HSL color Cylindrical-coordinate representation of color #6BFCAB: hue angle of 146.48º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6BFCAB is Cyan = 0.58, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.

Color convert

RGB 107 252 171 -
CMYK 0.58 0 0.32 0.01
HSL 146.48º 0.96% 0.7% -
HSV(B) 146.48º 0.58% 0.99% -
XYZ 48.22 75.69 50.6 -
YUV 199.41 111.96 62.09 -
System Red Green Blue C M Y K H S L
Decimal 107 252 171 0.58 0 0.32 0.01 146.48 0.96 0.7
Hex 6B FC AB 3A 0 20 1 92 60 46
Octal 153 374 253 72 0 40 1 222 140 106
Binary 1101011 11111100 10101011 111010 0 100000 1 10010010 1100000 1000110

Color Harmonies of #6BFCAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BFCAB

Black with #6BFCAB

Text Example


Text Example

White with #6BFCAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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