Html Css Color HEX #6BCFB2 Medium Aquamarine

📋 copy color: '#6BCFB2'

red 107 ◦ green 207 ◦ blue 178

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

Shades of Medium Aquamarine #6BCFB2

Tints of Medium Aquamarine #6BCFB2

RGB

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

 GREEN value IS 207 (81.25% from 255) = 42.07%

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

R = 21.75%
G = 42.07%
B = 36.18%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.14

 K value IS 0.19

RGB Variations

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

Color information

#6BCFB2 (or 0x6BCFB2) is known color: Medium Aquamarine. HEX triplet: 6B, CF and B2. RGB value is (107,207,178). Sum of RGB (Red+Green+Blue) = 107+207+178=492 (65% of max value = 765). Red value is 107 (42.19% from 255 or 21.75% from 492); Green value is 207 (81.25% from 255 or 42.07% from 492); Blue value is 178 (69.92% from 255 or 36.18% from 492); Max value from RGB is 207 - color contains mainly: green. Hex color #6BCFB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BCFB2 is #94304D. Grayscale: #ADADAD. Windows color (decimal): -9711694 or 11718507. OLE color: 11718507.

HSL color Cylindrical-coordinate representation of color #6BCFB2: hue angle of 162.6º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6BCFB2 is Cyan = 0.48, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.

Color convert

RGB 107 207 178 -
CMYK 0.48 0 0.14 0.19
HSL 162.6º 0.51% 0.62% -
HSV(B) 162.6º 0.48% 0.81% -
XYZ 36.41 50.97 50.04 -
YUV 173.79 130.37 80.36 -
System Red Green Blue C M Y K H S L
Decimal 107 207 178 0.48 0 0.14 0.19 162.6 0.51 0.62
Hex 6B CF B2 30 0 E 13 A3 33 3E
Octal 153 317 262 60 0 16 23 243 63 76
Binary 1101011 11001111 10110010 110000 0 1110 10011 10100011 110011 111110

Color Harmonies of #6BCFB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BCFB2

Black with #6BCFB2

Text Example


Text Example

White with #6BCFB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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