Html Css Color HEX #6BFCAF Aquamarine

📋 copy color: '#6BFCAF'

red 107 ◦ green 252 ◦ blue 175

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

Shades of Aquamarine #6BFCAF

Tints of Aquamarine #6BFCAF

RGB

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

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

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

R = 20.04%
G = 47.19%
B = 32.77%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.31

 K value IS 0.01

RGB Variations

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

Color information

#6BFCAF (or 0x6BFCAF) is known color: Aquamarine. HEX triplet: 6B, FC and AF. RGB value is (107,252,175). Sum of RGB (Red+Green+Blue) = 107+252+175=534 (70% of max value = 765). Red value is 107 (42.19% from 255 or 20.04% from 534); Green value is 252 (98.83% from 255 or 47.19% from 534); Blue value is 175 (68.75% from 255 or 32.77% from 534); Max value from RGB is 252 - color contains mainly: green. Hex color #6BFCAF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6BFCAF is #940350. Grayscale: #C8C8C8. Windows color (decimal): -9700177 or 11533419. OLE color: 11533419.

HSL color Cylindrical-coordinate representation of color #6BFCAF: hue angle of 148.14º 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 #6BFCAF is Cyan = 0.58, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.01.

Color convert

RGB 107 252 175 -
CMYK 0.58 0 0.31 0.01
HSL 148.14º 0.96% 0.7% -
HSV(B) 148.14º 0.58% 0.99% -
XYZ 48.61 75.84 52.63 -
YUV 199.87 113.96 61.76 -
System Red Green Blue C M Y K H S L
Decimal 107 252 175 0.58 0 0.31 0.01 148.14 0.96 0.7
Hex 6B FC AF 3A 0 1F 1 94 60 46
Octal 153 374 257 72 0 37 1 224 140 106
Binary 1101011 11111100 10101111 111010 0 11111 1 10010100 1100000 1000110

Color Harmonies of #6BFCAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BFCAF

Black with #6BFCAF

Text Example


Text Example

White with #6BFCAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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