Html Css Color HEX #6BCBA4 Medium Aquamarine

📋 copy color: '#6BCBA4'

red 107 ◦ green 203 ◦ blue 164

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

Shades of Medium Aquamarine #6BCBA4

Tints of Medium Aquamarine #6BCBA4

RGB

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

 GREEN value IS 203 (79.69% from 255) = 42.83%

 BLUE value IS 164 (64.45% from 255) = 34.6%

R = 22.57%
G = 42.83%
B = 34.6%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.19

 K value IS 0.20

RGB Variations

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

Color information

#6BCBA4 (or 0x6BCBA4) is known color: Medium Aquamarine. HEX triplet: 6B, CB and A4. RGB value is (107,203,164). Sum of RGB (Red+Green+Blue) = 107+203+164=474 (62% of max value = 765). Red value is 107 (42.19% from 255 or 22.57% from 474); Green value is 203 (79.69% from 255 or 42.83% from 474); Blue value is 164 (64.45% from 255 or 34.60% from 474); Max value from RGB is 203 - color contains mainly: green. Hex color #6BCBA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BCBA4 is #94345B. Grayscale: #A9A9A9. Windows color (decimal): -9712732 or 10799979. OLE color: 10799979.

HSL color Cylindrical-coordinate representation of color #6BCBA4: hue angle of 155.62º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6BCBA4 is Cyan = 0.47, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.20.

Color convert

RGB 107 203 164 -
CMYK 0.47 0 0.19 0.20
HSL 155.63º 0.48% 0.61% -
HSV(B) 155.63º 0.47% 0.8% -
XYZ 34.12 48.52 42.69 -
YUV 169.85 124.7 83.17 -
System Red Green Blue C M Y K H S L
Decimal 107 203 164 0.47 0 0.19 0.20 155.63 0.48 0.61
Hex 6B CB A4 2F 0 13 14 9C 30 3D
Octal 153 313 244 57 0 23 24 234 60 75
Binary 1101011 11001011 10100100 101111 0 10011 10100 10011100 110000 111101

Color Harmonies of #6BCBA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BCBA4

Black with #6BCBA4

Text Example


Text Example

White with #6BCBA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,203,164); }

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

background-color css

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

 a { background-color: rgb(107,203,164); }

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

border-color css

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

 span { border-color: rgb(107,203,164); }

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