Html Css Color HEX #6BFBAF Aquamarine

📋 copy color: '#6BFBAF'

red 107 ◦ green 251 ◦ blue 175

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

Shades of Aquamarine #6BFBAF

Tints of Aquamarine #6BFBAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 32.83%

R = 20.08%
G = 47.09%
B = 32.83%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#6BFBAF (or 0x6BFBAF) is known color: Aquamarine. HEX triplet: 6B, FB and AF. RGB value is (107,251,175). Sum of RGB (Red+Green+Blue) = 107+251+175=533 (70% of max value = 765). Red value is 107 (42.19% from 255 or 20.08% from 533); Green value is 251 (98.44% from 255 or 47.09% from 533); Blue value is 175 (68.75% from 255 or 32.83% from 533); Max value from RGB is 251 - color contains mainly: green. Hex color #6BFBAF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6BFBAF is #940450. Grayscale: #C7C7C7. Windows color (decimal): -9700433 or 11533163. OLE color: 11533163.

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

Color convert

RGB 107 251 175 -
CMYK 0.57 0 0.30 0.02
HSL 148.33º 0.95% 0.7% -
HSV(B) 148.33º 0.57% 0.98% -
XYZ 48.3 75.22 52.53 -
YUV 199.28 114.29 62.18 -
System Red Green Blue C M Y K H S L
Decimal 107 251 175 0.57 0 0.30 0.02 148.33 0.95 0.7
Hex 6B FB AF 39 0 1E 2 94 5F 46
Octal 153 373 257 71 0 36 2 224 137 106
Binary 1101011 11111011 10101111 111001 0 11110 10 10010100 1011111 1000110

Color Harmonies of #6BFBAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BFBAF

Black with #6BFBAF

Text Example


Text Example

White with #6BFBAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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