Html Css Color HEX #6BFCB2 Aquamarine

📋 copy color: '#6BFCB2'

red 107 ◦ green 252 ◦ blue 178

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

Shades of Aquamarine #6BFCB2

Tints of Aquamarine #6BFCB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 33.15%

R = 19.93%
G = 46.93%
B = 33.15%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.29

 K value IS 0.01

RGB Variations

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

Color information

#6BFCB2 (or 0x6BFCB2) is known color: Aquamarine. HEX triplet: 6B, FC and B2. RGB value is (107,252,178). Sum of RGB (Red+Green+Blue) = 107+252+178=537 (71% of max value = 765). Red value is 107 (42.19% from 255 or 19.93% from 537); Green value is 252 (98.83% from 255 or 46.93% from 537); Blue value is 178 (69.92% from 255 or 33.15% from 537); Max value from RGB is 252 - color contains mainly: green. Hex color #6BFCB2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6BFCB2 is #94034D. Grayscale: #C8C8C8. Windows color (decimal): -9700174 or 11730027. OLE color: 11730027.

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

Color convert

RGB 107 252 178 -
CMYK 0.58 0 0.29 0.01
HSL 149.38º 0.96% 0.7% -
HSV(B) 149.38º 0.58% 0.99% -
XYZ 48.91 75.96 54.2 -
YUV 200.21 115.46 61.52 -
System Red Green Blue C M Y K H S L
Decimal 107 252 178 0.58 0 0.29 0.01 149.38 0.96 0.7
Hex 6B FC B2 3A 0 1D 1 95 60 46
Octal 153 374 262 72 0 35 1 225 140 106
Binary 1101011 11111100 10110010 111010 0 11101 1 10010101 1100000 1000110

Color Harmonies of #6BFCB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BFCB2

Black with #6BFCB2

Text Example


Text Example

White with #6BFCB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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